Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/FRigVMMemoryStorageStruct
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/RigVMMemoryStorageStruct.h |
| Include Path | #include "RigVMCore/RigVMMemoryStorageStruct.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Private/RigVMCore/RigVMMemoryStorageStruct.cpp |
void AddProperties
(
const TArray < FRigVMPropertyDescription > & InPropertyDescriptions,
const TArray < FRigVMPropertyPathDescription > & InPropertyPathDescriptions
)
Parameters
| Name | Remarks |
|---|---|
| Descriptors | : Descriptors of new properties to add. |