Navigation
API > API/Runtime > API/Runtime/Navmesh > API/Runtime/Navmesh/dtScopedDelete
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Constructs an instance with a null pointer. | Detour/DetourAlloc.h | ||
dtScopedDelete
(
int n |
Detour/DetourAlloc.h | ||
dtScopedDelete
(
T* p |
Constructs an instance with the specified pointer. | Detour/DetourAlloc.h |
dtScopedDelete()
Description
Constructs an instance with a null pointer.
| Name | dtScopedDelete |
| Type | function |
| Header File | /Engine/Source/Runtime/Navmesh/Public/Detour/DetourAlloc.h |
| Include Path | #include "Detour/DetourAlloc.h" |
dtScopedDelete()
dtScopedDelete(int)
| Name | dtScopedDelete |
| Type | function |
| Header File | /Engine/Source/Runtime/Navmesh/Public/Detour/DetourAlloc.h |
| Include Path | #include "Detour/DetourAlloc.h" |
dtScopedDelete
(
int n
)
dtScopedDelete(T *)
Description
Constructs an instance with the specified pointer.
| Name | dtScopedDelete |
| Type | function |
| Header File | /Engine/Source/Runtime/Navmesh/Public/Detour/DetourAlloc.h |
| Include Path | #include "Detour/DetourAlloc.h" |
dtScopedDelete
(
T * p
)
Parameters
| Name | Remarks |
|---|---|
| p | An pointer to an allocated array. |