Navigation
API > API/Runtime > API/Runtime/Navmesh > API/Runtime/Navmesh/Recast > API/Runtime/Navmesh/Recast/rcIntArray > API/Runtime/Navmesh/Recast/rcIntArray/op_subscript
Warnings * Does not provide overflow protection.
References
| Module | Navmesh |
| Header | /Engine/Source/Runtime/Navmesh/Public/Recast/RecastAlloc.h |
| Include | #include "Recast/RecastAlloc.h" |
const int & operator&91;&93;
&40;
int i
&41; const
Remarks
The value at the specified array index.
Does not provide overflow protection.
Parameters
| Name | Description |
|---|---|
| i | The index of the value. |