Tala Esenlikler
Multi Participant Command Config

Cancel Input Action

Optional input action used to cancel a multi-participant route.

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

Optional input action used to cancel a multi-participant route.

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

Designers configure this value in the owning asset or object details panel, while Blueprint logic can read the resolved value at runtime.

Assign a compatible object or class when you need this owner to delegate part of its behavior or presentation to a reusable asset/class.

Owner FInteractionRuntimeMultiParticipantCommandConfig
Module InteractionFrameworkRuntime
Category InteractionRuntime|MultiParticipant
UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = "InteractionRuntime|MultiParticipant", meta=(DisplayThumbnail = false))
TSoftObjectPtr<UInputAction> CancelInputAction;

Related Docs