![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <UIComponent.h>
Inheritance diagram for UUIComponent::FFieldNotificationClassDescriptor:Public Member Functions | |
| virtual UMG_API void | ForEachField (const UClass *Class, TFunctionRef< bool(UE::FieldNotification::FFieldId FielId)> Callback) const override |
Public Member Functions inherited from UE::FieldNotification::IClassDescriptor | |
| FFieldId | GetField (const UClass *Class, FName InFieldName) const |
| virtual | ~IClassDescriptor ()=default |
Additional Inherited Members | |
Public Types inherited from UE::FieldNotification::IClassDescriptor | |
| enum | { Max_IndexOf_ = 0 } |
|
overridevirtual |
Execute the callback for every FieldId in the ClassDescriptor.
Reimplemented from UE::FieldNotification::IClassDescriptor.