Instanced policy object that stores the execution policy for a command.
UCLASS(BlueprintType, EditInlineNew, DefaultToInstanced)
class INTERACTIONFRAMEWORKRUNTIME_API UInteractionRuntimeExecutionPolicyObject final
: public UInteractionRuntimePolicyObjectBase
Properties
Execution Policy Object
EInteractionRuntimeExecutionPolicyType Policy
Execution policy applied by this object, e.g., RequireContinuousHold for hold prompts.
Use Cases
- Use UInteractionRuntimeExecutionPolicyObject in the core-concepts workflow.