rcIntArray::operator[]

The value at the specified array index. Does not provide overflow protection.

Windows
MacOS
Linux

Warnings

  • Does not provide overflow protection.

References

Module

Navmesh

Header

/Engine/Source/Runtime/Navmesh/Public/Recast/RecastAlloc.h

Include

#include "Recast/RecastAlloc.h"

Syntax

const int & operator[]
(
    int i
) const

Remarks

The value at the specified array index.

Does not provide overflow protection.

Parameters

Parameter

Description

i

The index of the value.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss