![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <INotifyFieldValueChanged.h>
Inheritance diagram for INotifyFieldValueChanged:Public Types | |
| using | FFieldValueChangedDelegate = TDelegate< void(UObject *, UE::FieldNotification::FFieldId), FNotThreadSafeNotCheckedDelegateUserPolicy > |
|
pure virtual |
Add a delegate that will be notified when the FieldId is value changed.
Implemented in UWidget, and UUIComponent.
|
pure virtual |
Broadcast to the registered delegate that the FieldId value changed.
Implemented in UWidget, and UUIComponent.
|
pure virtual |
Implemented in UUIComponent.
|
pure virtual |
Remove all the delegate that are bound to the specified UserObject.
Implemented in UWidget, and UUIComponent.
|
pure virtual |
Remove all the delegate that are bound to the specified Field and UserObject.
Implemented in UWidget, and UUIComponent.
|
pure virtual |
Remove a delegate that was added.
Implemented in UWidget, and UUIComponent.