Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/FRigVMExprAST
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const ObjectType * ChildAt
(
int32 InIndex |
Templated getter to retrieve a child with a given index type checking will occur within the To method and raise | RigVMCompiler/RigVMAST.h | |
const FRigVMExprAST * ChildAt
(
int32 InIndex |
Getter to retrieve a child with a given index | RigVMCompiler/RigVMAST.h |
ChildAt(int32)
Description
Templated getter to retrieve a child with a given index type checking will occur within the To method and raise
| Name | ChildAt |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMCompiler/RigVMAST.h |
| Include Path | #include "RigVMCompiler/RigVMAST.h" |
template<class ObjectType>
const ObjectType * ChildAt
(
int32 InIndex
) const
the child at a given index cast to the provided class
Parameters
| Name | Remarks |
|---|---|
| InIndex | the index of the child to retrieve |
ChildAt(int32)
Description
Getter to retrieve a child with a given index
| Name | ChildAt |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMCompiler/RigVMAST.h |
| Include Path | #include "RigVMCompiler/RigVMAST.h" |
const FRigVMExprAST * ChildAt
(
int32 InIndex
) const
the child at a given index
Parameters
| Name | Remarks |
|---|---|
| InIndex | the index of the child to retrieve |