UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
AllowMicrosoftPlatformAtomics.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#include "HAL/Platform.h"
4
5#if PLATFORM_WINDOWS
6 #include "Windows/AllowWindowsPlatformAtomics.h" // HEADER_UNIT_IGNORE
7#else
8 #include "Microsoft/AllowMicrosoftPlatformAtomicsPrivate.h"
9#endif