UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
Real.h File Reference
#include <type_traits>

Go to the source code of this file.

Namespaces

namespace  Chaos
 

Typedefs

using Chaos::FRealDouble = double
 
using Chaos::FRealSingle = float
 
using Chaos::FReal = FRealDouble
 

Variables

constexpr bool Chaos::bRealTypeCompatibleWithISPC = std::is_same_v<FReal, float> || std::is_same_v<FReal, double>