Tala Esenlikler
Variant Definition

Widget Payload Override

Optional UI payload override for widgets shown by this variant.

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

Optional UI payload override for widgets shown by this variant.

This object/class reference (TObjectPtr<UInteractionRuntimeWidgetPayload>) belongs to FInteractionRuntimeVariantDefinition 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 FInteractionRuntimeVariantDefinition
Module InteractionFrameworkRuntime
Category InteractionRuntime|UI
UPROPERTY(EditAnywhere, Instanced, BlueprintReadOnly, Category = "InteractionRuntime|UI")
TObjectPtr<UInteractionRuntimeWidgetPayload> WidgetPayloadOverride = nullptr;

Related Docs