URigVM::Execute

Executes the 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

bool Execute
(
    FRigVMMemoryContainerPtrArray Memory,
    TArrayView< void * > AdditionalArguments
)

Remarks

Executes the VM. You can optionally provide external memory to the execution and provide optional additional operands.

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