FRigVMExprAST::ParentAt

Templated getter to retrieve a parent 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 * ParentAt
(
    int32 InIndex
) const

Remarks

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

Returns

the parent at a given index cast to the provided class

Parameters

Parameter

Description

InIndex

the index of the parent 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