EType

Simple enum for differentiating expression types.

Windows
MacOS
Linux

References

Module

RigVMDeveloper

Header

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

Include

#include "RigVMCompiler/RigVMAST.h"

Syntax

enum EType
{
    Block,
    Entry,
    CallExtern,
    NoOp,
    Var,
    Literal,
    Assign,
    Copy,
    CachedValue,
    Exit,
    Invalid,
}

Values

Name

Description

Block

Entry

CallExtern

NoOp

Var

Literal

Assign

Copy

CachedValue

Exit

Invalid

Remarks

Simple enum for differentiating expression types.

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