FRigVMEntryExprAST

An abstract syntax tree entry expression represents an entry point for a function or an event in an event graph.

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

RigVMDeveloper

Header

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

Include

#include "RigVMCompiler/RigVMAST.h"

Syntax

class FRigVMEntryExprAST : public FRigVMNodeExprAST

Remarks

An abstract syntax tree entry expression represents an entry point for a function or an event in an event graph. In C++ the entry point is the declaration: void main(...);

Constructors

Name Description

Public function

FRigVMEntryExprAST

(
    const FRigVMEntryExprAST&
)

Disable copy constructor

Protected function

FRigVMEntryExprAST

(
    UObject* InSubject
)

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

Destructors

Name Description

Public function Virtual

~FRigVMEntryExprAST()

Virtual destructor

Functions

Name Description

Public function Const

FName

 

GetEventName()

Returns the name of the entry / event

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