Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/IPropertyRowGenerator
Description
Use this function to set a callback on FPropertyRowGenerator that will override the ValidatePropertyNodes function. This is useful if your implementation doesn't need to validate nodes every tick or needs to perform some other form of validation.
| Name | SetCustomValidatePropertyNodesFunction |
| Type | function |
| Header File | /Engine/Source/Editor/PropertyEditor/Public/IPropertyRowGenerator.h |
| Include Path | #include "IPropertyRowGenerator.h" |
void SetCustomValidatePropertyNodesFunction
(
FOnValidatePropertyRowGeneratorNodes InCustomValidatePropertyNodesFunction
)