Navigation
API > API/Editor > API/Editor/StructUtilsEditor
Type customization for FInstancedPropertyBag.
| Name | FPropertyBagDetails |
| Type | class |
| Header File | /Engine/Source/Editor/StructUtilsEditor/Public/PropertyBagDetails.h |
| Include Path | #include "PropertyBagDetails.h" |
Syntax
class FPropertyBagDetails : public IPropertyTypeCustomization
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
PRAGMA_DISABLE_DEPRECATION_WARNINGS FPropertyBagDetails () |
Required for deprecated variable 'bFixedLayout'. TODO: Remove when removing 5.6 deprecations. | PropertyBagDetails.h | |
FPropertyBagDetails
(
const FPropertyBagDetails& Other |
PropertyBagDetails.h | ||
FPropertyBagDetails
(
FPropertyBagDetails&& Other |
PropertyBagDetails.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FPropertyBagDetails() |
PropertyBagDetails.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bAllowContainers | bool | PropertyBagDetails.h | ||
| bFixedLayout | bool | PropertyBagDetails.h | ||
| ChildRowFeatures | EPropertyBagChildRowFeatures | PropertyBagDetails.h | ||
| DefaultType | EPropertyBagPropertyType | PropertyBagDetails.h | ||
| PropUtils | TSharedPtr< IPropertyUtilities > | PropertyBagDetails.h | ||
| StructProperty | TSharedPtr< IPropertyHandle > | Handle to the struct property being edited | PropertyBagDetails.h |
Functions
Public
Protected
Overridden from IPropertyTypeCustomization
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void CustomizeChildren
(
TSharedRef< IPropertyHandle > StructPropertyHandle, |
PropertyBagDetails.h | ||
virtual void CustomizeHeader
(
TSharedRef< IPropertyHandle > StructPropertyHandle, |
IPropertyTypeCustomization interface | PropertyBagDetails.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TSharedPtr< SWidget > MakeAddPropertyWidget
(
TSharedPtr< IPropertyHandle > InStructProperty, |
Creates add property widget. | PropertyBagDetails.h | |
static TSharedRef< IPropertyTypeCustomization > MakeInstance() |
Makes a new instance of this detail layout class for a specific detail view requesting it | PropertyBagDetails.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPropertyBagDetails & operator=
(
const FPropertyBagDetails& Other |
PropertyBagDetails.h | ||
FPropertyBagDetails & operator=
(
FPropertyBagDetails&& Other |
PropertyBagDetails.h |