Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/FDetailsDisplayManager
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/DetailsDisplayManager.h |
| Include | #include "DetailsDisplayManager.h" |
| Source | /Engine/Source/Editor/PropertyEditor/Private/DetailsDisplayManager.cpp |
virtual bool ShowEmptyCategoryIfRootUObjectHasNoPropertyData
(
UObject * InNode
) const
Remarks
Returns true if the specified UObject is a Root Node Object and should show an empty Category stub even if it has no UProperty Data, else it returns false
Parameters
| Name | Description |
|---|---|
| InNode | the UObject* which will be tested to see if it needs an empty category stub |