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