URigVM::AddRigVMFunction

Add a function for execute instructions to this VM.

Windows
MacOS
Linux

References

Module

RigVM

Header

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

Include

#include "RigVMCore/RigVM.h"

Source

/Engine/Source/Runtime/RigVM/Private/RigVMCore/RigVM.cpp

Syntax

int32 AddRigVMFunction
(
    UScriptStruct * InRigVMStruct,
    const FName & InMethodName
)

Remarks

Add a function for execute instructions to this VM. Execute instructions can then refer to the function by index.

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