Reusable policy profile for default or point-specific interaction behavior.
UCLASS(BlueprintType, EditInlineNew, DefaultToInstanced)
class INTERACTIONFRAMEWORKRUNTIME_API UInteractionRuntimePolicyProfileObject final
: public UInteractionRuntimePolicyObjectBase
Properties
Policy Profile Object
EInteractionRuntimeLockPolicyType Lock Policy
Default lock policy used by the profile, e.g., Target when one active command should block the actor.
Policy Profile Object
EInteractionRuntimeParticipationPolicyType Participation Policy
Default participation policy used by the profile, e.g., MultipleInteractors for group-only targets.
Use Cases
- Use UInteractionRuntimePolicyProfileObject in the core-concepts workflow.