Open 3D Engine AzToolsFramework API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AzToolsFramework::EntityCompositionRequests::RemoveComponentsResults Struct Reference

Public Attributes

AZ::Entity::ComponentArrayType m_invalidatedComponents
 Invalidated Components are those that were previously valid but no longer are valid.
 
AZ::Entity::ComponentArrayType m_validatedComponents
 

Member Data Documentation

◆ m_validatedComponents

AZ::Entity::ComponentArrayType AzToolsFramework::EntityCompositionRequests::RemoveComponentsResults::m_validatedComponents

Validated Components are those that were previously invalid (and being held back) and are now valid. Note that during a "Scrub" operation, this remains true - it will only list those that were previously inactive, and were activated by the scrub, it will not contain the list of previously active that remain active.


The documentation for this struct was generated from the following file: