Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Editor/PropertyEditor/Public/IDetailChildrenBuilder.h |
Include |
#include "IDetailChildrenBuilder.h" |
class IDetailChildrenBuilder
Builder for adding children to a detail customization
Name | Description | |
---|---|---|
|
~IDetailChildrenBuilder() |
Name | Description | ||
---|---|---|---|
|
AddAllExternalStructureProperties ( |
Adds all the properties of an external structure as a children |
|
|
IDetailChild... |
AddCustomBuilder |
Adds a custom builder as a child |
|
FDetailWidge... |
AddCustomRow ( |
Adds new custom content as a child to the struct |
|
IDetailPrope... |
AddExternalObjectProperty ( |
Adds a set of objects to as a child. |
|
IDetailPrope... |
AddExternalObjects |
Adds a set of objects to as a child. |
|
IDetailPrope... |
AddExternalStructure ( |
Adds a custom structure as a child |
|
IDetailPrope... |
AddExternalStructureProperty ( |
Adds a property from a custom structure as a child |
|
IDetailGroup... |
AddGroup |
Adds a group to the category |
|
IDetailPrope... |
AddProperty ( |
Adds a property to the struct |
|
TSharedRef< ... |
GenerateStructValueWidget ( |
Generates a value widget from a customized struct If the customized struct has no value widget an empty widget will be returned |
|
IDetailCateg... |
GetParentCategory() |
|
|
IDetailGroup... |
GetParentGroup() |
Name | Description | ||
---|---|---|---|
|
FDetailWidge... |
AddChildContent ( |
AddChildContent has been deprecated. Use AddCustomRow instead |
|
IDetailChild... |
AddChildCustomBuilder |
AddChildCustomBuilder has been deprecated. Use AddCustomBuilder instead |
|
IDetailGroup... |
AddChildGroup |
AddChildGroup has been deprecated. Use AddGroup instead |
|
IDetailPrope... |
AddChildProperty ( |
AddChildProperty has been deprecated. Use AddProperty instead |
|
IDetailPrope... |
AddChildStructure ( |
AddChildStructure has been deprecated. Use AddExternalStructureProperty instead |
|
IDetailPrope... |
AddExternalObjectProperty |
Please use the overload that accepts an FAddPropertyParams structure |
|
IDetailPrope... |
AddExternalStructureProperty ( |
Please use the overload that accepts an FAddPropertyParams structure |
|
AddStructure ( |
This version of AddStructure has been deprecated. Use AddAllExternalStructureProperties instead |