Navigation
Unreal Engine C++ API Reference > 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 CopyMatchingValuesByID
(
const FInstancedPropertyBag & NewDescs
)
Remarks
Copies matching property values from another bag of potentially mismatching layout. The properties are matched between the bags based on the property ID.
Parameters
Name | Description |
---|---|
NewDescs | Reference to the bag to copy the values from |