Tala Esenlikler
Widget Payload

Widget Class Override

Optional widget class override returned by the default resolver.

Interaction Framework 1.0.0 UE5.8 TSoftClassPtr<UUserWidget> UInteractionRuntimeWidgetPayload InteractionRuntimeWidgetPayload.h

Optional widget class override returned by the default resolver.

This object/class reference (TSoftClassPtr<UUserWidget>) belongs to UInteractionRuntimeWidgetPayload under InteractionRuntime|WidgetPayload.

Blueprint or editor workflows can write this value when constructing, overriding, or customizing the owning object.

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 UInteractionRuntimeWidgetPayload
Module InteractionFrameworkRuntime
Category InteractionRuntime|WidgetPayload
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "InteractionRuntime|WidgetPayload", meta = (DisplayThumbnail = false))
TSoftClassPtr<UUserWidget> WidgetClassOverride;

Related Docs