UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
LinuxPlatformProcess.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3/*=============================================================================================
4 LinuxPlatformProcess.h: Linux platform Process functions
5==============================================================================================*/
6
7#pragma once
8
9#include "HAL/Platform.h"
10#include "Unix/UnixPlatformProcess.h" // IWYU pragma: export
11
16{
17 static CORE_API const TCHAR* BaseDir();
19};
20
FPlatformTypes::TCHAR TCHAR
Either ANSICHAR or WIDECHAR, depending on whether the platform supports wide characters or the requir...
Definition Platform.h:1135
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
FLinuxPlatformProcess FPlatformProcess
Definition LinuxPlatformProcess.h:21
Definition LinuxPlatformProcess.h:16
static CORE_API const TCHAR * GetBinariesSubdirectory()
Definition LinuxPlatformProcess.cpp:89
static CORE_API const TCHAR * BaseDir()
Definition LinuxPlatformProcess.cpp:12
Definition UnixPlatformProcess.h:209