Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/URigVMRuntimeAsset
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool SetVariableIndex
(
const FName& InName, |
RigVMRuntimeAsset.h | ||
virtual bool SetVariableIndex
(
const FGuid& InVariableGuid, |
RigVMRuntimeAsset.h |
SetVariableIndex(const FName &, int32)
| Name | SetVariableIndex |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMRuntimeAsset.h |
| Include Path | #include "RigVMRuntimeAsset.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Private/RigVMRuntimeAsset.cpp |
bool SetVariableIndex
(
const FName & InName,
int32 NewIndex
)
SetVariableIndex(const FGuid &, int32)
| Name | SetVariableIndex |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMRuntimeAsset.h |
| Include Path | #include "RigVMRuntimeAsset.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Private/RigVMRuntimeAsset.cpp |
virtual bool SetVariableIndex
(
const FGuid & InVariableGuid,
int32 NewIndex
)