Tala Esenlikler
Command Definition

Next Input Action

Input action used by a More marker to move to the next displayable page.

Interaction Framework 1.0.0 UE5.8 TSoftObjectPtr<UInputAction> FInteractionRuntimeCommandDefinition InteractionRuntimeTargetDefinition.h

Input action used by a More marker to move to the next displayable page.

This object/class reference (TSoftObjectPtr<UInputAction>) belongs to FInteractionRuntimeCommandDefinition under InteractionRuntime|Input.

The runtime skips empty or fully hidden pages, so this action may jump across one or more authored marker ranges to reach the next page with displayable commands.

Owner FInteractionRuntimeCommandDefinition
Module InteractionFrameworkRuntime
Category InteractionRuntime|Input
UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = "InteractionRuntime|Input", meta = (DisplayThumbnail = false, EditCondition = "RowKind == EInteractionRuntimeCommandRowKind::MoreMarker", EditConditionHides))
TSoftObjectPtr<UInputAction> NextInputAction;

Related Docs