nw::ut::SafeCleanupAll Function
template <typename TArray>
void SafeCleanupAll(
TArray array
);
| Name | Description |
|---|---|
TArray |
Resource array type to be deleted. |
| Name | Description | |
|---|---|---|
| in | array | Resource array to be deleted. |
Function for destroying all objects in the container element using SafeCleanup.
CONFIDENTIAL