Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/FAddPropertyParams
Description
Override whether the root object node should be shown for external object properties. This only applies when adding an entire uobject's properties to the details panel rather than an individual row or struct
| Name | HideRootObjectNode |
| Type | function |
| Header File | /Engine/Source/Editor/PropertyEditor/Public/DetailBuilderTypes.h |
| Include Path | #include "DetailBuilderTypes.h" |
FAddPropertyParams & HideRootObjectNode
(
bool bInHideRootObjectNode
)