UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
AndroidPlatformCrashContext.cpp File Reference
#include "Android/AndroidPlatformCrashContext.h"
#include <sys/types.h>
#include <unistd.h>
#include <stdlib.h>
#include <limits.h>
#include <dlfcn.h>
#include "Containers/StringConv.h"
#include "CoreGlobals.h"
#include "Misc/App.h"
#include "Misc/Guid.h"
#include "HAL/PlatformStackWalk.h"
#include "Misc/Paths.h"
#include "GenericPlatform/GenericPlatformOutputDevices.h"
#include "HAL/FileManager.h"
#include "HAL/IConsoleManager.h"
#include "HAL/ThreadManager.h"
#include "HAL/RunnableThread.h"
#include "GenericPlatform/GenericPlatformCrashContext.h"
#include "Android/AndroidJniGameActivity.h"
#include "Async/TaskGraphInterfaces.h"

Classes

struct  FAndroidCrashInfo
 

Functions

FString AndroidThunkCpp_GetMetaDataString (const FString &Key)
 
FString AndroidRelativeToAbsolutePath (bool bUseInternalBasePath, FString RelPath)
 

Variables

struct FAndroidCrashInfo GAndroidCrashInfo
 

Function Documentation

◆ AndroidRelativeToAbsolutePath()

FString AndroidRelativeToAbsolutePath ( bool  bUseInternalBasePath,
FString  RelPath 
)
extern

◆ AndroidThunkCpp_GetMetaDataString()

FString AndroidThunkCpp_GetMetaDataString ( const FString &  Key)
extern

Variable Documentation

◆ GAndroidCrashInfo

struct FAndroidCrashInfo GAndroidCrashInfo