Tala Esenlikler

UInteractionRuntimeWidgetPayload

Instanced payload object that can choose a prompt widget class and apply target-, variant-, point-, or command-specific presentation data to that widget.

Interaction Framework 1.0.0 UE5.8 Class

Instanced payload object that can choose a prompt widget class and apply target-, variant-, point-, or command-specific presentation data to that widget.

Module InteractionFrameworkRuntime
Category ui
UCLASS(BlueprintType, Blueprintable, EditInlineNew, CollapseCategories)
class INTERACTIONFRAMEWORKRUNTIME_API UInteractionRuntimeWidgetPayload : public UObject

Members

Widget Payload

ResolveWidgetClass

Resolves which widget class should be used for the supplied interaction context.

TSubclassOf<UUserWidget>
Widget Payload

Widget Class Override

Optional widget class override returned by the default resolver.

TSoftClassPtr<UUserWidget>

Use Cases

  • Pass project-specific payload objects from target definitions to prompt widgets.
  • Apply payload data to a UUserWidget subclass without adding runtime component dependencies to the widget.

Notes

  • Payload application receives the widget as an input object.

Related Docs