Navigation
API > API/Plugins > API/Plugins/StructUtils > API/Plugins/StructUtils/FInstancedPropertyBag
References
| Module | StructUtils |
| Header | /Engine/Plugins/Experimental/StructUtils/Source/StructUtils/Public/PropertyBag.h |
| Include | #include "PropertyBag.h" |
| Source | /Engine/Plugins/Experimental/StructUtils/Source/StructUtils/Private/PropertyBag.cpp |
void MigrateToNewBagInstance
(
const FInstancedPropertyBag & InNewBagInstance
)
Remarks
Changes the type of this bag to the InNewBagInstance, and migrates existing values over. Properties that do not exist in this bag will get values from NewBagInstance. The properties are matched between the bags based on the property ID.
Parameters
| Name | Description |
|---|---|
| InNewBagInstance | New bag composition and values used for new properties. |