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 AddProperties
&40;
const TConstArrayView< FPropertyBagPropertyDesc > Descs
&41;
Remarks
Adds properties to the bag. If property of same name already exists, it will be replaced with the new type. Numeric property values will be converted if possible, when a property's type changes.
Parameters
| Name | Description |
|---|---|
| Descs | Descriptors of new properties to add. |