Navigation
API > API/Runtime > API/Runtime/Navmesh > API/Runtime/Navmesh/Detour
References
| Module | Navmesh |
| Header | /Engine/Source/Runtime/Navmesh/Public/Detour/DetourAlloc.h |
| Include | #include "Detour/DetourAlloc.h" |
Syntax
template<class T>
class dtScopedDelete
Remarks
A simple helper class used to delete an array when it goes out of scope.
This class is rarely if ever used by the end user.
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Constructs an instance with a null pointer. | |||
dtScopedDelete
(
int n |
|||
dtScopedDelete
(
T* p |
Constructs an instance with the specified pointer. |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| T * | get () |
Operators
| Type | Name | Description | |
|---|---|---|---|
operator T * () |
The root array pointer. |