UDocumentation
UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
WindowsPlatformMath.h
Go to the documentation of this file.
1
// Copyright Epic Games, Inc. All Rights Reserved.
2
3
#pragma once
4
5
#if !PLATFORM_WINDOWS
6
#error this code should only be included on Windows
7
#endif
8
9
#include "
HAL/Platform.h
"
10
11
#if PLATFORM_CPU_X86_FAMILY
12
#include <intrin.h>
13
#include <smmintrin.h>
14
#endif
15
16
#include "
Microsoft/MicrosoftPlatformMath.h
"
17
18
typedef
FMicrosoftPlatformMathBase
FWindowsPlatformMath
;
19
typedef
FWindowsPlatformMath
FPlatformMath
;
Platform.h
MicrosoftPlatformMath.h
FPlatformMath
FWindowsPlatformMath FPlatformMath
Definition
WindowsPlatformMath.h:19
FWindowsPlatformMath
FMicrosoftPlatformMathBase FWindowsPlatformMath
Definition
WindowsPlatformMath.h:18
FMicrosoftPlatformMathBase
Definition
MicrosoftPlatformMath.h:13
Engine
Source
Runtime
Core
Public
Windows
WindowsPlatformMath.h
Generated by
1.9.8