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