UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TTypeBitSetTraits< TBaseType > Struct Template Referencefinal

#include <TypeBitSetBuilder.h>

Static Public Attributes

template<typename TTestedType >
static constexpr bool IsValidType = TIsDerivedFrom<TTestedType, TBaseType>::IsDerived
 

Detailed Description

template<typename TBaseType>
struct TTypeBitSetTraits< TBaseType >

Traits configuring finer details of TTypeBitSetBuilder behavior. Provides a way to enforce compile-time checks and validations.

Member Data Documentation

◆ IsValidType

template<typename TBaseType >
template<typename TTestedType >
constexpr bool TTypeBitSetTraits< TBaseType >::IsValidType = TIsDerivedFrom<TTestedType, TBaseType>::IsDerived
staticconstexpr

Static constexpr boolean to verify if a tested type is valid. Ensures that the tested type is derived from the base type.


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