SetParameterValue

Overload list

Choose your operating system:

Windows

macOS

Linux

Name Description

Public function

void

 

SetParameterValue

(
    const FRigVMParameter& InParameter,
    const T& InNewValue,
    int32 InArrayIndex
)

Set the value of a parameter.

Public function

void

 

SetParameterValue

(
    int32 ParameterIndex,
    const T& InNewValue,
    int32 InArrayIndex
)

Set the value of a parameter given its index.

Public function

void

 

SetParameterValue

(
    const FName& InParameterName,
    const T& InNewValue,
    int32 InArrayIndex
)

Set the value of a parameter given its name.