Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/StructUtils > API/Runtime/CoreUObject/StructUtils/FInstancedPropertyBag
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/StructUtils/PropertyBag.h |
| Include | #include "StructUtils/PropertyBag.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/StructUtils/PropertyBag.cpp |
void MigrateToNewBagStruct
(
const UPropertyBag * NewBagStruct
)
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. |