Tala Esenlikler
Interactor Component

RequestPreviousCommandPage

Returns to the previous command page if paging is active.

Interaction Framework 1.0.0 UE5.7 Function UInteractionRuntimeInteractorComponent

Returns to the previous command page if paging is active.

Use this during interactor focus, projection, input, or activation flow after the interactor has current focus, visible surface data, or command input state for the requested operation.

Owner UInteractionRuntimeInteractorComponent
Module InteractionFrameworkRuntime
Category InteractionRuntime
UFUNCTION(BlueprintCallable, Category = "InteractionRuntime")
bool RequestPreviousCommandPage();

Return Value

bool

Returns to the previous command page if paging is active.

Use Cases

  • Forward player intent from input or UI into the runtime activation flow.

Related Docs