URigVM::GetParameterValue

Retrieve the value of a parameter given its name.

Windows
MacOS
Linux

References

Module

RigVM

Header

/Engine/Source/Runtime/RigVM/Public/RigVMCore/RigVM.h

Include

#include "RigVMCore/RigVM.h"

Syntax

template<class T>
T GetParameterValue
(
    const FName & InParameterName,
    int32 InArrayIndex,
    T DefaultValue
)

Remarks

Retrieve 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