UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FWidgetEventField Struct Reference

#include <WidgetEventField.h>

Detailed Description

Generic structure to notify when an event occurs.

class UMyWidget : public UWidget { UPROPERTY(FieldNotify) FWidgetEventField SomeEvent;

void OnSomeEvent() { BroadcastFieldValueChanged(FFieldNotificationClassDescriptor::Text); } }; };


The documentation for this struct was generated from the following file: