URigVMCompiler

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

RigVMDeveloper

Header

/Engine/Source/Developer/RigVMDeveloper/Public/RigVMCompiler/RigVMCompiler.h

Include

#include "RigVMCompiler/RigVMCompiler.h"

Syntax

class URigVMCompiler : public UObject

Variables

Name Description

Public variable

FRigVMCompileSe...

 

Settings

Constructors

Name Description

Public function

URigVMCompiler()

Functions

Name Description

Public function

bool

 

Compile

(
    URigVMGraph* InGraph,
    URigVM* OutVM
)

Public function

bool

 

Compile

(
    URigVMGraph* InGraph,
    URigVM* OutVM,
    const FRigVMUserDataArray& InRigVM...,
    TMap< FString, FRigVMOperand >*...
)

Public function Static

FString

 

GetPinHash

(
    URigVMPin* InPin,
    const FRigVMVarExprAST* InVarE...,
    bool bIsDebugValue
)

Public function Static

UScriptStruc...

 

GetScriptStructForCPPType

(
    const FString& InCPPType
)

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