UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
PlatformProperties.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2#pragma once
3
4#include "CoreTypes.h"
6
7// note that this is not defined to 1 like normal, because we don't want to have to define it to 0 whenever
8// the Properties.h files are included in all other places, so just use #ifdef not #if in this special case
9#define PROPERTY_HEADER_SHOULD_DEFINE_TYPE
10
11#include COMPILED_PLATFORM_HEADER(PlatformProperties.h) // IWYU pragma: export
12
13#undef PROPERTY_HEADER_SHOULD_DEFINE_TYPE