FRigVMExprAST::ChildAt

Templated getter to retrieve a child with a given index type checking will occur within the ::To method and raise

Windows
MacOS
Linux

References

Module

RigVMDeveloper

Header

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

Include

#include "RigVMCompiler/RigVMAST.h"

Syntax

template<class ObjectType>
const ObjectType * ChildAt
(
    int32 InIndex
) const

Remarks

Templated getter to retrieve a child with a given index type checking will occur within the ::To method and raise

Returns

the child at a given index cast to the provided class

Parameters

Parameter

Description

InIndex

the index of the child to retrieve

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