Navigation
API > API/Runtime > API/Runtime/FieldNotification
References
| Module | FieldNotification |
| Header | /Engine/Source/Runtime/FieldNotification/Public/IFieldNotificationClassDescriptor.h |
| Include | #include "IFieldNotificationClassDescriptor.h" |
Syntax
struct IClassDescriptor
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | ForEachField
(
const UClass* Class, |
Execute the callback for every FieldId in the ClassDescriptor. | |
| FFieldId | Find the FieldId by name. Returns an invalid FFIeldId if not found. |
Enums
| Type | Name | Description | |
|---|---|---|---|
| API/Runtime/FieldNotification/IClassDescriptor_1 |