Navigation
API > API/Runtime > API/Runtime/Navmesh > API/Runtime/Navmesh/rcIntArray
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
rcIntArray () |
Constructs an instance with an initial array size of zero. | Recast/RecastAlloc.h | |
rcIntArray
(
const rcIntArray& |
Recast/RecastAlloc.h | ||
rcIntArray
(
int n |
Constructs an instance initialized to the specified size. | Recast/RecastAlloc.h |
rcIntArray()
Description
Constructs an instance with an initial array size of zero.
| Name | rcIntArray |
| Type | function |
| Header File | /Engine/Source/Runtime/Navmesh/Public/Recast/RecastAlloc.h |
| Include Path | #include "Recast/RecastAlloc.h" |
rcIntArray()
rcIntArray(const rcIntArray &)
| Name | rcIntArray |
| Type | function |
| Header File | /Engine/Source/Runtime/Navmesh/Public/Recast/RecastAlloc.h |
| Include Path | #include "Recast/RecastAlloc.h" |
rcIntArray
(
const rcIntArray &
)
rcIntArray(int)
Description
Constructs an instance initialized to the specified size.
| Name | rcIntArray |
| Type | function |
| Header File | /Engine/Source/Runtime/Navmesh/Public/Recast/RecastAlloc.h |
| Include Path | #include "Recast/RecastAlloc.h" |
rcIntArray
(
int n
)
Parameters
| Name | Remarks |
|---|---|
| n | The initial size of the integer array. |