Determines whether a command requires direct player input or triggers automatically.
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.