Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FGenericPlatformMath
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void FmodReportError
(
float X, |
Error reporting for Fmod. | GenericPlatform/GenericPlatformMath.h | |
static void FmodReportError
(
double X, |
GenericPlatform/GenericPlatformMath.h |
FmodReportError(float, float)
Description
Error reporting for Fmod. Not inlined to avoid compilation issues and avoid all the checks and error reporting at all callsites.
| Name | FmodReportError |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMath.h |
| Include Path | #include "GenericPlatform/GenericPlatformMath.h" |
| Source | /Engine/Source/Runtime/Core/Private/GenericPlatform/GenericPlatformMath.cpp |
static void FmodReportError
(
float X,
float Y
)
FmodReportError(double, double)
| Name | FmodReportError |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMath.h |
| Include Path | #include "GenericPlatform/GenericPlatformMath.h" |
| Source | /Engine/Source/Runtime/Core/Private/GenericPlatform/GenericPlatformMath.cpp |
static void FmodReportError
(
double X,
double Y
)