Navigation
API > API/Plugins > API/Plugins/StructUtils > API/Plugins/StructUtils/FInstancedPropertyBag > API/Plugins/StructUtils/FInstancedPropertyBag/AddProperty
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 AddProperty
&40;
const FName InName,
const FProperty &42; InSourceProperty
&41;
Remarks
Adds a new property to the bag. Property type duplicated from source property to. If property of same name already exists, it will be replaced with the new type.
Parameters
| Name | Description |
|---|---|
| Descs | Descriptors of new properties to add. |