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