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
&40;
const FInstancedPropertyBag & NewBagInstance
&41;
Remarks
Changes the type of this bag to the specified other bag, copies base values from the other bag, and migrates existing values over. The properties are matched between the bags based on the property ID.
Parameters
| Name | Description |
|---|---|
| NewBagInstance | Reference to the new type. |