template <typename TArray>
void DestroyAllSlots(
TArray & array
);
| Name | Description |
|---|---|
TArray |
Array type of the slot to be deleted. |
| Name | Description | |
|---|---|---|
| in | array | Slot array to be deleted. |
Function for destroying all slots in the container element.
CONFIDENTIAL