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