Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/RigVM/Public/RigVMCore/RigVM.h |
Include |
#include "RigVMCore/RigVM.h" |
Source |
/Engine/Source/Runtime/RigVM/Private/RigVMCore/RigVM.cpp |
bool Execute
(
TArrayView< URigVMMemoryStorage * > Memory,
TArrayView< void * > AdditionalArguments,
const FName & InEntryName
)
Executes the VM. You can optionally provide external memory to the execution and provide optional additional operands.Executes the VM. You can optionally provide external memory to the execution and provide optional additional operands.