nw::gfx::SafeDestroyBranchAll Function
template <typename TArray>
void SafeDestroyBranchAll(
TArray & nodes
);
| Name | Description |
|---|---|
TArray |
Type of objects to delete. |
| Name | Description | |
|---|---|---|
| in | nodes | Array of objects to delete. |
Function for destroying all objects in the container element using SafeBranchDestroy.
CONFIDENTIAL