Tala Esenlikler
Target Definition

Default Policy Profile

Default policy profile used when points, variants, or groups do not override it.

Interaction Framework 1.0.0 UE5.7 TObjectPtr<UInteractionRuntimePolicyProfileObject> UInteractionRuntimeTargetDefinition InteractionRuntimeTargetDefinition.h

Default policy profile used when points, variants, or groups do not override it.

This object/class reference (TObjectPtr<UInteractionRuntimePolicyProfileObject>) belongs to UInteractionRuntimeTargetDefinition 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.

Assign a compatible object or class when you need this owner to delegate part of its behavior or presentation to a reusable asset/class.

Owner UInteractionRuntimeTargetDefinition
Module InteractionFrameworkRuntime
Category InteractionRuntime|Policy
UPROPERTY(EditAnywhere, Instanced, BlueprintReadOnly, Category = "InteractionRuntime|Policy")
TObjectPtr<UInteractionRuntimePolicyProfileObject> DefaultPolicyProfile = nullptr;

Related Docs