URigVM::AddParameter

Adds a new input / output to the VM.

Windows
MacOS
Linux

References

Module

RigVM

Header

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

Include

#include "RigVMCore/RigVM.h"

Syntax

template<class T>
FRigVMParameter AddParameter
(
    ERigVMParameterType InParameterType,
    const FName & InName,
    const FString & InCPPType,
    const T & DefaultValue
)

Remarks

Adds a new input / output to the VM.

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