Navigation
API > API/Plugins > API/Plugins/GameplayCameras > API/Plugins/GameplayCameras/FInstancedOverridablePropertyBag
Description
Migrate this property bag to the layout of the given one. Overriden values in this property bag will be preserved. Other values will adopt the values of the given new bag.
| Name | MigrateToNewBagInstanceWithOverrides |
| Type | function |
| Header File | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/StructUtils/OverridablePropertyBag.h |
| Include Path | #include "StructUtils/OverridablePropertyBag.h" |
| Source | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Private/StructUtils/OverridablePropertyBag.cpp |
void MigrateToNewBagInstanceWithOverrides
(
const FInstancedPropertyBag & NewBagInstance
)