Navigation
API > API/Plugins > API/Plugins/StructUtilsEditor
Inheritance Hierarchy
- IStructureDataProvider
- FInstancePropertyBagStructureDataProvider
References
| Module | StructUtilsEditor |
| Header | /Engine/Plugins/Experimental/StructUtils/Source/StructUtilsEditor/Public/InstancedPropertyBagStructureDataProvider.h |
| Include | #include "InstancedPropertyBagStructureDataProvider.h" |
Syntax
class FInstancePropertyBagStructureDataProvider : public IStructureDataProvider
Remarks
FInstancePropertyBagStructureDataProvider Allows structure views to use FInstancedPropertyBag even if the bag layout changes. The caller needs to make sure that property bag outlives the property view widget.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FInstancedPropertyBag & | PropertyBag |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FInstancePropertyBagStructureDataProvider
(
FInstancedPropertyBag& InPropertyBag |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const UStruct * | |||
| void | GetInstances
(
TArray< TSharedPtr< FStructOnScope > >& OutInstances, |
||
| bool | IsValid () |