SetParameterValue

Overload list

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss