Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/URigVMMemoryStorage
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FString GetDataAsString
(
int32 InPropertyIndex, |
Returns the exported text for a given property index. | RigVMCore/RigVMMemoryStorage.h | |
FString GetDataAsString
(
const FRigVMOperand& InOperand, |
Returns the exported text for a given operand. | RigVMCore/RigVMMemoryStorage.h |
GetDataAsString(int32, int32)
Description
Returns the exported text for a given property index.
| Name | GetDataAsString |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMMemoryStorage.h |
| Include Path | #include "RigVMCore/RigVMMemoryStorage.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Private/RigVMCore/RigVMMemoryStorage.cpp |
FString GetDataAsString
(
int32 InPropertyIndex,
int32 PortFlags
)
GetDataAsString(const FRigVMOperand &, int32)
Description
Returns the exported text for a given operand.
| Name | GetDataAsString |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMMemoryStorage.h |
| Include Path | #include "RigVMCore/RigVMMemoryStorage.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Private/RigVMCore/RigVMMemoryStorage.cpp |
FString GetDataAsString
(
const FRigVMOperand & InOperand,
int32 PortFlags
)