FRigVMParserAST::operator[]

Operator accessor for a given root expression

Windows
MacOS
Linux

References

Module

RigVMDeveloper

Header

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

Include

#include "RigVMCompiler/RigVMAST.h"

Syntax

const FRigVMExprAST * operator[]
(
    int32 InIndex
) const

Remarks

Operator accessor for a given root expression

Returns

the root expression with the given index

Parameters

Parameter

Description

InIndex

the index of the expression to retrieve (bound = Num() - 1)

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