Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/IPropertyRowGenerator
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/IPropertyRowGenerator.h |
| Include | #include "IPropertyRowGenerator.h" |
void SetCustomValidatePropertyNodesFunction
&40;
FOnValidatePropertyRowGeneratorNodes InCustomValidatePropertyNodesFunction
&41;
Remarks
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.