Navigation
API > API/Editor > API/Editor/StructUtilsEditor > API/Editor/StructUtilsEditor/FPropertyBagDetails
Overloads
| 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 |
FPropertyBagDetails()
Description
Required for deprecated variable 'bFixedLayout'. TODO: Remove when removing 5.6 deprecations.
| Name | FPropertyBagDetails |
| Type | function |
| Header File | /Engine/Source/Editor/StructUtilsEditor/Public/PropertyBagDetails.h |
| Include Path | #include "PropertyBagDetails.h" |
PRAGMA_DISABLE_DEPRECATION_WARNINGS FPropertyBagDetails()
FPropertyBagDetails(const FPropertyBagDetails &)
| Name | FPropertyBagDetails |
| Type | function |
| Header File | /Engine/Source/Editor/StructUtilsEditor/Public/PropertyBagDetails.h |
| Include Path | #include "PropertyBagDetails.h" |
FPropertyBagDetails
(
const FPropertyBagDetails & Other
)
FPropertyBagDetails(FPropertyBagDetails &&)
| Name | FPropertyBagDetails |
| Type | function |
| Header File | /Engine/Source/Editor/StructUtilsEditor/Public/PropertyBagDetails.h |
| Include Path | #include "PropertyBagDetails.h" |
FPropertyBagDetails
(
FPropertyBagDetails && Other
)