UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
PreciseFP.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
5#include "HAL/Platform.h"
6
7namespace UE
8{
9COREPRECISEFP_API bool PreciseFPEqual(float Lhs, float Rhs);
10COREPRECISEFP_API bool PreciseFPEqual(double Lhs, double Rhs);
11
14} // namespace UE
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
uint32_t uint32
Definition binka_ue_file_header.h:6
Definition AdvancedWidgetsModule.cpp:13
COREPRECISEFP_API bool PreciseFPEqual(float Lhs, float Rhs)
Definition PreciseFP.cpp:10
COREPRECISEFP_API uint32 PreciseFPHash(float)
Definition PreciseFP.cpp:30