FRigVMCallExternExprAST

An abstract syntax tree call extern expression represents the invocation of an extern function.

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

RigVMDeveloper

Header

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

Include

#include "RigVMCompiler/RigVMAST.h"

Syntax

class FRigVMCallExternExprAST : public FRigVMNodeExprAST

Remarks

An abstract syntax tree call extern expression represents the invocation of an extern function. In C++ the call extern is an invocation: FMath::Clamp; The call extern expression references a node (through parent class) from the model providing all of the relevant information for the invocation.

Constructors

Name Description

Public function

FRigVMCallExternExprAST

(
    const FRigVMCallExternExprAST&
)

Disable copy constructor

Protected function

FRigVMCallExternExprAST

(
    UObject* InSubject
)

Default constructor (protected so that only parser can access it)

Destructors

Name Description

Public function Virtual

~FRigVMCallExternExprAST()

Virtual destructor

Functions

Name Description

Public function Const

const FRigVM...

 

FindVarWithPinName

(
    const FName& InPinName
)

Overridden from FRigVMExprAST

Name Description

Public function Virtual Const

bool

 

IsA

(
    EType InType
)

Overload of the type checking mechanism

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