Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FInstancedPropertyBag
Description
Changes the type of this bag and migrates existing values. The properties are matched between the bags based on the property ID.
| Name | MigrateToNewBagStruct |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/StructUtils/PropertyBag.h |
| Include Path | #include "StructUtils/PropertyBag.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/StructUtils/PropertyBag.cpp |
void MigrateToNewBagStruct
(
const UPropertyBag * NewBagStruct
)
Parameters
| Name | Remarks |
|---|---|
| NewBagStruct | Pointer to the new type. |