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
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)
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition SharedPointer.h:692
Definition GenericPlatformProcess.h:249
Definition PosixOSPlatformProcess.h:14
static CORE_API void CeaseBeingFirstInstance()
Definition PosixOSPlatformProcess.cpp:56
static CORE_API TSharedPtr< IProcessSentinel > CreateProcessSentinelObject()
Definition PosixOSPlatformProcess.cpp:152
static CORE_API bool IsFirstInstance()
Definition PosixOSPlatformProcess.cpp:16