Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/RigVMCompiler > API/Plugins/RigVMDeveloper/RigVMCompiler/FRigVMExprAST
References
| Module | RigVMDeveloper |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMCompiler/RigVMAST.h |
| Include | #include "RigVMCompiler/RigVMAST.h" |
const FRigVMExprAST * operator[]
(
int32 InIndex
) const
Remarks
Accessor operator for a given child the child at the given index
Parameters
| Name | Description |
|---|---|
| InIndex | the index of the child to retrieve (bound = NumChildren() - 1) |