UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::CIntegral Concept Reference

#include <Integral.h>

Concept definition

template<typename T>
concept UE::CIntegral = std::is_integral_v<T>
Definition Integral.h:13

Detailed Description

Concept which describes an integral type. We use this instead of std::integral because <concepts> isn't a well supported header yet.