Tala Esenlikler
Command Definition

Back Input Action

Input action used by a More marker to move back from the following displayable page.

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

Input action used by a More marker to move back from the following displayable page.

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

When authored pages are skipped, the Back control still resolves from the marker immediately before the current authored page so custom back inputs remain tied to the authored boundary.

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

Related Docs