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