nw::ut::DestroyAllSlots Function

Syntax

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

Template Arguments

Name Description
TArray Array type of the slot to be deleted.

Arguments

Name Description
in array Slot array to be deleted.

Return Values

None.

Description

Function for destroying all slots in the container element.


CONFIDENTIAL