template <typename TArray>
void SafeDestroyAll(
TArray & array
);
| Name | Description |
|---|---|
TArray |
Type of objects to delete. |
| Name | Description | |
|---|---|---|
| in | array | Array of objects to delete. |
Function for destroying all objects in the container element using SafeDestroy.
CONFIDENTIAL