Instanced policy object that selects the lock scope for a command or point.
UCLASS(BlueprintType, EditInlineNew, DefaultToInstanced)
class INTERACTIONFRAMEWORKRUNTIME_API UInteractionRuntimeLockPolicyObject final
: public UInteractionRuntimePolicyObjectBase
Properties
Lock Policy Object
EInteractionRuntimeLockPolicyType Policy
Lock scope applied by this policy object, e.g., Point for most authored interaction points.
Use Cases
- Use UInteractionRuntimeLockPolicyObject in the core-concepts workflow.