nw::ut::SafeDestroyAll Function

Syntax

template <typename TArray>
void SafeDestroyAll(
     TArray & array
);

Template Arguments

Name Description
TArray Type of objects to delete.

Arguments

Name Description
in array Array of objects to delete.

Return Values

None.

Description

Function for destroying all objects in the container element using SafeDestroy.


CONFIDENTIAL