FRigVMParserAST::FRigVMParserAST

Default constructor

Windows
MacOS
Linux

References

Module

RigVMDeveloper

Header

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

Include

#include "RigVMCompiler/RigVMAST.h"

Source

/Engine/Source/Developer/RigVMDeveloper/Private/RigVMCompiler/RigVMAST.cpp

Syntax

FRigVMParserAST
(
    URigVMGraph * InGraph,
    URigVMController * InController,
    const FRigVMParserASTSettings & InSettings,
    const TArray< FRigVMExternalVariable > & InExternalVariables,
    const TArray< FRigVMUserDataArray > & InRigVMUserData
)

Remarks

Default constructor

Parameters

Parameter

Description

InGraph

The graph / model to parse

InSettings

The parse settings to use