UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
LinuxPlatform.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2#pragma once
3
4// HEADER_UNIT_SKIP - Not included directly
5
6// Base defines, must define these for the platform, there are no defaults
7#ifndef PLATFORM_DESKTOP
8 #define PLATFORM_DESKTOP 1
9#endif
10
11#include "Unix/UnixPlatform.h"
12
13#define PLATFORM_GLOBAL_LOG_CATEGORY LogLinux
14
15#define PLATFORM_SUPPORTS_BORDERLESS_WINDOW 1