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
17
FWindowsPlatformMath FPlatformMath
Definition WindowsPlatformMath.h:19
FMicrosoftPlatformMathBase FWindowsPlatformMath
Definition WindowsPlatformMath.h:18
Definition MicrosoftPlatformMath.h:13