UDocumentation
UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
PosixOSPlatformProcess.h
Go to the documentation of this file.
1
// Copyright Epic Games, Inc. All Rights Reserved.
2
3
4
#pragma once
5
6
#include "
GenericPlatform/GenericPlatformProcess.h
"
7
8
9
// This class can be used as a "mixin" or subclassed from - for instance
10
// Linux can fully use (subclass from) this but Mac may not have all Posix
11
// functionality, and it subclasses from Apple, which is shared with IOS
12
// (which isn't in the PosixOS platform group)
13
struct
FPosixOSPlatformProcess
:
public
FGenericPlatformProcess
14
{
16
static
CORE_API
bool
IsFirstInstance
();
17
static
CORE_API
void
CeaseBeingFirstInstance
();
18
static
CORE_API
TSharedPtr<IProcessSentinel>
CreateProcessSentinelObject
();
19
};
StaticCastSharedRef
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition
SharedPointer.h:127
GenericPlatformProcess.h
TSharedPtr
Definition
SharedPointer.h:692
FGenericPlatformProcess
Definition
GenericPlatformProcess.h:249
FPosixOSPlatformProcess
Definition
PosixOSPlatformProcess.h:14
FPosixOSPlatformProcess::CeaseBeingFirstInstance
static CORE_API void CeaseBeingFirstInstance()
Definition
PosixOSPlatformProcess.cpp:56
FPosixOSPlatformProcess::CreateProcessSentinelObject
static CORE_API TSharedPtr< IProcessSentinel > CreateProcessSentinelObject()
Definition
PosixOSPlatformProcess.cpp:152
FPosixOSPlatformProcess::IsFirstInstance
static CORE_API bool IsFirstInstance()
Definition
PosixOSPlatformProcess.cpp:16
Engine
Source
Runtime
Core
Public
PosixOS
PosixOSPlatformProcess.h
Generated by
1.9.8