![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <TypeBitSetBuilder.h>
Static Public Attributes | |
| template<typename TTestedType > | |
| static constexpr bool | IsValidType = TIsDerivedFrom<TTestedType, TBaseType>::IsDerived |
Traits configuring finer details of TTypeBitSetBuilder behavior. Provides a way to enforce compile-time checks and validations.
|
staticconstexpr |
Static constexpr boolean to verify if a tested type is valid. Ensures that the tested type is derived from the base type.