Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/FRigVMPropertyBag
Description
Adds properties to the storage. 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.
| Name | AddProperties |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMPropertyBag.h |
| Include Path | #include "RigVMCore/RigVMPropertyBag.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Private/RigVMCore/RigVMPropertyBag.cpp |
void AddProperties
(
const TArray < FRigVMPropertyDescription > & InPropertyDescriptions
)
Parameters
| Name | Remarks |
|---|---|
| InPropertyDescriptions | : Descriptors of new properties to add. |