![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <RecastAlloc.h>
Public Member Functions | |
| rcScopedStructArrayDelete (const int n) | |
| Constructs an array of instances of T. | |
| ~rcScopedStructArrayDelete () | |
| operator T* () | |
A simple helper class used to delete an array of instances of structs, that require cleaning up by calling destructor on every instance before release. Releasing is taking place when rcScopedStructArrayDelete instance goes out of scope.
|
inline |
Constructs an array of instances of T.
|
inline |
|
inline |
The root array pointer.