FRigVMExprAST::operator[]

Accessor operator for a given child

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

Accessor operator for a given child

Returns

the child at the given index

Parameters

Parameter

Description

InIndex

the index of the child to retrieve (bound = NumChildren() - 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