Tala Esenlikler
Lock Policy Object

Policy

Lock scope applied by this policy object, e.g., Point for most authored interaction points.

Interaction Framework 1.0.0 UE5.8 EInteractionRuntimeLockPolicyType UInteractionRuntimeLockPolicyObject InteractionRuntimePolicyObjects.h

Lock scope applied by this policy object, e.g., Point for most authored interaction points.

This enum selection (EInteractionRuntimeLockPolicyType) belongs to UInteractionRuntimeLockPolicyObject 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 UInteractionRuntimeLockPolicyObject
Module InteractionFrameworkRuntime
Category InteractionRuntime|Policy
UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = "InteractionRuntime|Policy")
EInteractionRuntimeLockPolicyType Policy = EInteractionRuntimeLockPolicyType::Point;

Related Docs