Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/IPropertyRowGenerator
Delegate called when rows have been refreshed. This delegate should always be bound to something because once this is called, none of the rows previously generated can be trusted
| Name | FOnRowsRefreshed |
| Type | class |
| Header File | /Engine/Source/Editor/PropertyEditor/Public/IPropertyRowGenerator.h |
| Include Path | #include "IPropertyRowGenerator.h" |
Syntax
class FOnRowsRefreshed : public TBaseMulticastDelegate_NoParams< void >
Inheritance Hierarchy
- TBaseMulticastDelegate_NoParams< void > → IPropertyRowGenerator::FOnRowsRefreshed