Navigation
API > API/Plugins > API/Plugins/AvalancheCore
Returns true if InDerivedType is a derived type of ALL (And) the given InBaseTypes
| Name | TIsDerivedFromAll |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheCore/Public/AvaTypeTraits.h |
| Include Path | #include "AvaTypeTraits.h" |
Syntax
template<typename InDerivedType, typename... InBaseTypes>
struct TIsDerivedFromAll