Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/IDetailsView
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/IDetailsView.h |
| Include | #include "IDetailsView.h" |
void SetCustomValidatePropertyNodesFunction
&40;
FOnValidateDetailsViewPropertyNodes InCustomValidatePropertyNodesFunction
&41;
Remarks
Use this function to set a callback for SDetailsView that will skip the EnsureDataIsValid call in Tick. This is useful if your implementation doesn't need to validate nodes every tick or needs to perform some other form of validation.