UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
MacPlatformApplicationMisc.cpp File Reference
#include "Mac/MacPlatformApplicationMisc.h"
#include "Mac/MacPlatformMisc.h"
#include "Mac/MacApplication.h"
#include "Math/Color.h"
#include "Mac/MacMallocZone.h"
#include "Misc/App.h"
#include "Modules/ModuleManager.h"
#include "Mac/MacConsoleOutputDevice.h"
#include "Mac/MacApplicationErrorOutputDevice.h"
#include "Mac/MacFeedbackContext.h"
#include "Misc/OutputDeviceHelper.h"
#include "Misc/OutputDeviceRedirector.h"
#include "HAL/ThreadHeartBeat.h"
#include "HAL/FeedbackContextAnsi.h"
#include "Mac/CocoaMenu.h"
#include "Mac/CocoaThread.h"
#include "Mac/MacPlatformOutputDevices.h"
#include "Apple/PreAppleSystemHeaders.h"
#include <dlfcn.h>
#include <IOKit/IOKitLib.h>
#include <IOKit/kext/KextManager.h>
#include <IOKit/network/IOEthernetInterface.h>
#include <IOKit/network/IONetworkInterface.h>
#include <IOKit/network/IOEthernetController.h>
#include <IOKit/ps/IOPowerSources.h>
#include <IOKit/ps/IOPSKeys.h>
#include <IOKit/pwr_mgt/IOPMLib.h>
#include <mach-o/dyld.h>
#include <libproc.h>
#include <notify.h>
#include <uuid/uuid.h>
import <ScreenCaptureKit/ScreenCaptureKit.h>
#include "Apple/PostAppleSystemHeaders.h"

Functions

EAppReturnType::Type MessageBoxExtImpl (EAppMsgType::Type MsgType, const TCHAR *Text, const TCHAR *Caption)
 

Variables

FMacMallocCrashHandlerGCrashMalloc
 
CORE_API TFunction< EAppReturnType::Type(EAppMsgType::Type MsgType, const TCHAR *Text, const TCHAR *Caption)> MessageBoxExtCallback
 

Function Documentation

◆ MessageBoxExtImpl()

EAppReturnType::Type MessageBoxExtImpl ( EAppMsgType::Type  MsgType,
const TCHAR Text,
const TCHAR Caption 
)

Variable Documentation

◆ GCrashMalloc

FMacMallocCrashHandler* GCrashMalloc
extern

◆ MessageBoxExtCallback

CORE_API TFunction<EAppReturnType::Type(EAppMsgType::Type MsgType, const TCHAR* Text, const TCHAR* Caption)> MessageBoxExtCallback
extern