![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <IFieldNotificationClassDescriptor.h>
Inheritance diagram for UE::FieldNotification::IClassDescriptor:Public Types | |
| enum | { Max_IndexOf_ = 0 } |
Public Member Functions | |
| FFieldId | GetField (const UClass *Class, FName InFieldName) const |
| virtual void | ForEachField (const UClass *Class, TFunctionRef< bool(FFieldId FielId)> Callback) const |
| virtual | ~IClassDescriptor ()=default |
|
virtualdefault |
|
inlinevirtual |
Execute the callback for every FieldId in the ClassDescriptor.
Reimplemented in UUIComponent::FFieldNotificationClassDescriptor.
|
inline |
Find the FieldId by name. Returns an invalid FFIeldId if not found.