Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/URigVM
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetParameterValue
(
FRigVMExtendedExecuteContext& Context, |
Set the value of a parameter. | RigVMCore/RigVM.h | |
void SetParameterValue
(
FRigVMExtendedExecuteContext& Context, |
Set the value of a parameter given its index. | RigVMCore/RigVM.h | |
void SetParameterValue
(
FRigVMExtendedExecuteContext& Context, |
Set the value of a parameter given its name. | RigVMCore/RigVM.h |
SetParameterValue(FRigVMExtendedExecuteContext &, const FRigVMParameter &, const T &, int32)
Description
Set the value of a parameter.
| Name | SetParameterValue |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVM.h |
| Include Path | #include "RigVMCore/RigVM.h" |
template<class T>
void SetParameterValue
(
FRigVMExtendedExecuteContext & Context,
const FRigVMParameter & InParameter,
const T & InNewValue,
int32 InArrayIndex
)
SetParameterValue(FRigVMExtendedExecuteContext &, int32, const T &, int32)
Description
Set the value of a parameter given its index.
| Name | SetParameterValue |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVM.h |
| Include Path | #include "RigVMCore/RigVM.h" |
template<class T>
void SetParameterValue
(
FRigVMExtendedExecuteContext & Context,
int32 ParameterIndex,
const T & InNewValue,
int32 InArrayIndex
)
SetParameterValue(FRigVMExtendedExecuteContext &, const FName &, const T &, int32)
Description
Set the value of a parameter given its name.
| Name | SetParameterValue |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVM.h |
| Include Path | #include "RigVMCore/RigVM.h" |
template<class T>
void SetParameterValue
(
FRigVMExtendedExecuteContext & Context,
const FName & InParameterName,
const T & InNewValue,
int32 InArrayIndex
)