Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/RigVMCompiler > API/Plugins/RigVMDeveloper/RigVMCompiler/FRigVMExprAST > API/Plugins/RigVMDeveloper/RigVMCompiler/FRigVMExprAST/ChildAt
References
| Module | RigVMDeveloper |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMCompiler/RigVMAST.h |
| Include | #include "RigVMCompiler/RigVMAST.h" |
template<class ObjectType>
const ObjectType &42; ChildAt
&40;
int32 InIndex
&41; const
Remarks
Templated getter to retrieve a child with a given index type checking will occur within the ::To method and raise the child at a given index cast to the provided class
Parameters
| Name | Description |
|---|---|
| InIndex | the index of the child to retrieve |