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

#include <FloatingPoint.h>

Concept definition

template<typename T>
concept UE::CFloatingPoint = std::is_floating_point_v<T>
Definition FloatingPoint.h:13

Detailed Description

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