Tala Esenlikler

EInteractionRuntimeCommandActivationMode

Determines whether a command requires direct player input or triggers automatically.

Interaction Framework 1.0.0 UE5.7 Enum InteractionRuntimeTargetDefinition.h

Determines whether a command requires direct player input or triggers automatically.

Module InteractionFrameworkRuntime
Category authoring
UENUM(BlueprintType)
enum class EInteractionRuntimeCommandActivationMode : uint8

Values

Interactive 0
Command appears as an input-driven prompt.
AutoTrigger 1
Command executes automatically when runtime conditions allow it.

Related Docs