Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FGenericPlatformMath
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static int32 RoundToInt
(
float F |
GenericPlatform/GenericPlatformMath.h | ||
static int64 RoundToInt
(
double F |
GenericPlatform/GenericPlatformMath.h |
RoundToInt(float)
| Name | RoundToInt |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMath.h |
| Include Path | #include "GenericPlatform/GenericPlatformMath.h" |
static int32 RoundToInt
(
float F
)
RoundToInt(double)
| Name | RoundToInt |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMath.h |
| Include Path | #include "GenericPlatform/GenericPlatformMath.h" |
static int64 RoundToInt
(
double F
)