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
7
namespace
UE
8
{
9
COREPRECISEFP_API
bool
PreciseFPEqual
(
float
Lhs,
float
Rhs);
10
COREPRECISEFP_API
bool
PreciseFPEqual
(
double
Lhs,
double
Rhs);
11
12
COREPRECISEFP_API
uint32
PreciseFPHash
(
float
);
13
COREPRECISEFP_API
uint32
PreciseFPHash
(
double
);
14
}
// namespace UE
Platform.h
StaticCastSharedRef
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition
SharedPointer.h:127
uint32
uint32_t uint32
Definition
binka_ue_file_header.h:6
UE
Definition
AdvancedWidgetsModule.cpp:13
UE::PreciseFPEqual
COREPRECISEFP_API bool PreciseFPEqual(float Lhs, float Rhs)
Definition
PreciseFP.cpp:10
UE::PreciseFPHash
COREPRECISEFP_API uint32 PreciseFPHash(float)
Definition
PreciseFP.cpp:30
Engine
Source
Runtime
CorePreciseFP
Internal
Math
PreciseFP.h
Generated by
1.9.8