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