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 MigrateToNewBagStruct
&40;
const UPropertyBag &42; NewBagStruct
&41;
Remarks
Changes the type of this bag and migrates existing values. The properties are matched between the bags based on the property ID.
Parameters
| Name | Description |
|---|---|
| NewBagStruct | Pointer to the new type. |