Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/IDetailsView
Description
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.
| Name | SetCustomValidatePropertyNodesFunction |
| Type | function |
| Header File | /Engine/Source/Editor/PropertyEditor/Public/IDetailsView.h |
| Include Path | #include "IDetailsView.h" |
void SetCustomValidatePropertyNodesFunction
(
FOnValidateDetailsViewPropertyNodes InCustomValidatePropertyNodesFunction
)