![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <WidgetEventField.h>
Generic structure to notify when an event occurs.
class UMyWidget : public UWidget { UPROPERTY(FieldNotify) FWidgetEventField SomeEvent;
void OnSomeEvent() { BroadcastFieldValueChanged(FFieldNotificationClassDescriptor::Text); } }; };