Tala Esenlikler
Point Definition

Widget Payload

Optional widget payload for this point.

Interaction Framework 1.0.0 UE5.8 TObjectPtr<UInteractionRuntimeWidgetPayload> FInteractionRuntimePointDefinition InteractionRuntimeTargetDefinition.h

Optional widget payload for this point.

This object/class reference (TObjectPtr<UInteractionRuntimeWidgetPayload>) belongs to FInteractionRuntimePointDefinition under InteractionRuntime|UI.

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 FInteractionRuntimePointDefinition
Module InteractionFrameworkRuntime
Category InteractionRuntime|UI
UPROPERTY(EditAnywhere, Instanced, BlueprintReadOnly, Category = "InteractionRuntime|UI")
TObjectPtr<UInteractionRuntimeWidgetPayload> WidgetPayload = nullptr;

Related Docs