UDocumentation
UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ApplePlatformProcess.h
Go to the documentation of this file.
1
// Copyright Epic Games, Inc. All Rights Reserved.
2
3
#pragma once
4
5
#include "
GenericPlatform/GenericPlatformProcess.h
"
6
10
struct
CORE_API
FApplePlatformProcess
:
public
FGenericPlatformProcess
11
{
12
static
const
TCHAR
*
UserDir
();
13
static
const
TCHAR
*
UserTempDir
();
14
static
const
TCHAR
*
UserSettingsDir
();
15
static
const
TCHAR
*
ApplicationSettingsDir
();
16
static
FString
GetApplicationSettingsDir
(
const
ApplicationSettingsContext
& Settings);
17
18
// Apple specific
19
static
const
TCHAR
*
UserHomeDir
();
20
};
TCHAR
FPlatformTypes::TCHAR TCHAR
Either ANSICHAR or WIDECHAR, depending on whether the platform supports wide characters or the requir...
Definition
Platform.h:1135
StaticCastSharedRef
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition
SharedPointer.h:127
GenericPlatformProcess.h
FApplePlatformProcess
Definition
ApplePlatformProcess.h:11
FGenericPlatformProcess::ApplicationSettingsContext
Definition
GenericPlatformProcess.h:414
FGenericPlatformProcess
Definition
GenericPlatformProcess.h:249
FGenericPlatformProcess::UserHomeDir
static CORE_API const TCHAR * UserHomeDir()
Definition
GenericPlatformProcess.cpp:122
FGenericPlatformProcess::GetApplicationSettingsDir
static CORE_API FString GetApplicationSettingsDir(const ApplicationSettingsContext &Settings)
Definition
GenericPlatformProcess.cpp:134
FGenericPlatformProcess::UserDir
static CORE_API const TCHAR * UserDir()
Definition
GenericPlatformProcess.cpp:104
FGenericPlatformProcess::UserTempDir
static CORE_API const TCHAR * UserTempDir()
Definition
GenericPlatformProcess.cpp:116
FGenericPlatformProcess::ApplicationSettingsDir
static CORE_API const TCHAR * ApplicationSettingsDir()
Definition
GenericPlatformProcess.cpp:128
FGenericPlatformProcess::UserSettingsDir
static CORE_API const TCHAR * UserSettingsDir()
Definition
GenericPlatformProcess.cpp:110
Engine
Source
Runtime
Core
Public
Apple
ApplePlatformProcess.h
Generated by
1.9.8