Navigation
API > API/Editor > API/Editor/PropertyEditor
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/DetailBuilderTypes.h |
| Include | #include "DetailBuilderTypes.h" |
Syntax
struct FAddPropertyParams
Remarks
Parameters required for specifying behavior when adding external properties from detail customizations
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FAddPropertyParams & | AllowChildren
(
bool bAllowChildren |
Override whether the property node should allow children or not. | |
| FAddPropertyParams & | CreateCategoryNodes
(
bool bCreateCategoryNodes |
Override whether the property node should create category nodes or not. | |
| FAddPropertyParams & | Forcibly show the property, even if it does not have CPF_Edit | ||
| FName | GetUniqueId () |
Get this property's unique ID name | |
| FAddPropertyParams & | HideRootObjectNode
(
bool bInHideRootObjectNode |
Override whether the root object node should be shown for external object properties. | |
| void | OverrideAllowChildren
(
bool& OutAllowChildren |
Conditionally overwrites the specified boolean with a value specifying whether to allow child properties or not. | |
| void | OverrideCreateCategoryNodes
(
bool& OutCreateCategoryNodes |
Conditionally overwrites the specified boolean with a value specifying whether to create category nodes or not Only overrides the value if the calling code specified an override | |
| bool | Check whether to forcibly show the property, even if it does not have CPF_Edit | ||
| bool | |||
| FAddPropertyParams & | Set a unique name for this property, allowing it to correctly save expansion states and other persistent UI state |