Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/URigVMCompiler
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool CompileFunction
(
const URigVMLibraryNode* InLibraryNode, |
RigVMCompiler/RigVMCompiler.h | ||
bool CompileFunction
(
const URigVMLibraryNode* InLibraryNode, |
RigVMCompiler/RigVMCompiler.h | ||
bool CompileFunction
(
const FRigVMCompileSettings& InSettings, |
RigVMCompiler/RigVMCompiler.h |
CompileFunction(const URigVMLibraryNode , URigVMController , FRigVMFunctionCompilationData *)
| Name | CompileFunction |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMCompiler/RigVMCompiler.h |
| Include Path | #include "RigVMCompiler/RigVMCompiler.h" |
bool CompileFunction
(
const URigVMLibraryNode * InLibraryNode,
URigVMController * InController,
FRigVMFunctionCompilationData * OutFunctionCompilationData
)
CompileFunction(const URigVMLibraryNode , URigVMController , FRigVMFunctionCompilationData *, FRigVMExtendedExecuteContext &)
| Name | CompileFunction |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMCompiler/RigVMCompiler.h |
| Include Path | #include "RigVMCompiler/RigVMCompiler.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Private/RigVMCompiler/RigVMCompiler.cpp |
bool CompileFunction
(
const URigVMLibraryNode * InLibraryNode,
URigVMController * InController,
FRigVMFunctionCompilationData * OutFunctionCompilationData,
FRigVMExtendedExecuteContext & OutVMContext
)
CompileFunction(const FRigVMCompileSettings &, const URigVMLibraryNode , URigVMController , const TArray< FRigVMExternalVariable > &, FRigVMFunctionCompilationData *, FRigVMExtendedExecuteContext &)
| Name | CompileFunction |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMCompiler/RigVMCompiler.h |
| Include Path | #include "RigVMCompiler/RigVMCompiler.h" |
| Source | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Private/RigVMCompiler/RigVMCompiler.cpp |
bool CompileFunction
(
const FRigVMCompileSettings & InSettings,
const URigVMLibraryNode * InLibraryNode,
URigVMController * InController,
const TArray < FRigVMExternalVariable > & InExternalVariables,
FRigVMFunctionCompilationData * OutFunctionCompilationData,
FRigVMExtendedExecuteContext & OutVMContext
)