Navigation
Unreal Engine C++ API Reference > Runtime > Core > Math > FMath > Floor
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Math/UnrealMathUtility.h |
Include | #include "Math/UnrealMathUtility.h" |
template<typename IntegralType UE_REQUIRES>
static constexpr IntegralType Floor
&40;
IntegralType I
&41;
Remarks
Converts an integral type to a nearest less or equal integer. Unlike std::floor, it returns an IntegralType.