Tala Esenlikler
Execution Policy Object

Policy

Execution policy applied by this object, e.g., RequireContinuousHold for hold prompts.

Interaction Framework 1.0.0 UE5.8 EInteractionRuntimeExecutionPolicyType UInteractionRuntimeExecutionPolicyObject InteractionRuntimePolicyObjects.h

Execution policy applied by this object, e.g., RequireContinuousHold for hold prompts.

This enum selection (EInteractionRuntimeExecutionPolicyType) belongs to UInteractionRuntimeExecutionPolicyObject under InteractionRuntime|Policy.

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

The enum value selects one behavior path for the owning type. Use the related enum reference for the meaning of each available value.

Owner UInteractionRuntimeExecutionPolicyObject
Module InteractionFrameworkRuntime
Category InteractionRuntime|Policy
UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = "InteractionRuntime|Policy")
EInteractionRuntimeExecutionPolicyType Policy = EInteractionRuntimeExecutionPolicyType::CompleteImmediately;

Related Docs