nw::gfx::SafeDestroyBranchAll Function

Syntax

template <typename TArray>
void SafeDestroyBranchAll(
     TArray & nodes
);

Template Arguments

Name Description
TArray Type of objects to delete.

Arguments

Name Description
in nodes Array of objects to delete.

Return Values

None.

Description

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


CONFIDENTIAL