Navigation
API > API/Runtime > API/Runtime/UMG
Generic structure to notify when an event occurs.
class UMyWidget : public UWidget {
FWidgetEventField SomeEvent;
void OnSomeEvent() { BroadcastFieldValueChanged(FFieldNotificationClassDescriptor::Text); } }; };
| Name | FWidgetEventField |
| Type | struct |
| Header File | /Engine/Source/Runtime/UMG/Public/FieldNotification/WidgetEventField.h |
| Include Path | #include "FieldNotification/WidgetEventField.h" |
Syntax
USTRUCT (BlueprintType )
struct FWidgetEventField