UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UUIComponent::FFieldNotificationClassDescriptor Struct Reference

#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 }
 

Member Function Documentation

◆ ForEachField()

void UUIComponent::FFieldNotificationClassDescriptor::ForEachField ( const UClass Class,
TFunctionRef< bool(UE::FieldNotification::FFieldId FielId)>  Callback 
) const
overridevirtual

Execute the callback for every FieldId in the ClassDescriptor.

Reimplemented from UE::FieldNotification::IClassDescriptor.


The documentation for this struct was generated from the following files: