Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/FAddPropertyParams
Description
Override whether the property node should create category nodes or not. If not overridden the default is implementation defined.
| Name | CreateCategoryNodes |
| Type | function |
| Header File | /Engine/Source/Editor/PropertyEditor/Public/DetailBuilderTypes.h |
| Include Path | #include "DetailBuilderTypes.h" |
FAddPropertyParams & CreateCategoryNodes
(
bool bCreateCategoryNodes
)