![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "Mac/MacPlatformProcess.h"#include "Mac/MacPlatform.h"#include "Apple/ApplePlatformRunnableThread.h"#include "Containers/UnrealString.h"#include "Misc/App.h"#include "Misc/CoreDelegates.h"#include "Misc/Paths.h"#include "Misc/StringBuilder.h"#include "HAL/FileManager.h"#include "Apple/PreAppleSystemHeaders.h"#include <mach-o/dyld.h>#include <mach/thread_act.h>#include <mach/thread_policy.h>#include <libproc.h>#include <spawn.h>#include "Apple/PostAppleSystemHeaders.h"Namespaces | |
| namespace | PlatformProcessLimits |
| namespace | UE |
| namespace | UE::Mac |
Enumerations | |
| enum | { PlatformProcessLimits::MaxArgvParameters = 256 } |
Functions | |
| void | UE::Mac::StartProcessReaper () |
| void | UE::Mac::AddToProcessReaper (pid_t PId) |