![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "GenericPlatform/GenericPlatformCrashContext.h"#include "HAL/PlatformTime.h"#include "HAL/PlatformStackWalk.h"#include "Misc/Char.h"#include "Misc/Parse.h"#include "Misc/FileHelper.h"#include "Misc/CommandLine.h"#include "Misc/Paths.h"#include "Internationalization/Culture.h"#include "Misc/Optional.h"#include "Internationalization/Internationalization.h"#include "Misc/Guid.h"#include "Misc/SecureHash.h"#include "Containers/Ticker.h"#include "Containers/StringFwd.h"#include "Misc/ConfigCacheIni.h"#include "Misc/CoreDelegates.h"#include "Misc/Fork.h"#include "Misc/App.h"#include "Misc/EngineVersion.h"#include "Misc/EngineBuildSettings.h"#include "Misc/OutputDeviceRedirector.h"#include "Misc/ScopeLock.h"#include "Stats/Stats.h"#include "Internationalization/Regex.h"#include "Internationalization/TextLocalizationManager.h"#include "Logging/LogScopedCategoryAndVerbosityOverride.h"#include "HAL/FileManager.h"#include "HAL/PlatformOutputDevices.h"#include "HAL/PlatformFileManager.h"#include "Misc/OutputDeviceArchiveWrapper.h"Classes | |
| class | FXmlEscapedString< BufferSize > |
Namespaces | |
| namespace | NCached |
Macros | |
| #define | NOINITCRASHREPORTER 0 |
| #define | CRASH_REPORTER_WITH_ANALYTICS 0 |
| #define | UE_CRASH_REPORTER_WITH_LOADED_PLUGINS 1 |
Functions | |
| DEFINE_LOG_CATEGORY_STATIC (LogCrashContext, Display, All) | |
| const TCHAR * | AttendedStatusToString (const EUnattendedStatus Status) |
| template<size_t CharCount, typename CharType > | |
| void | NCached::Set (CharType(&Dest)[CharCount], const CharType *pSrc) |
Variables | |
| CORE_API bool | GIsGPUCrashed |
| const TCHAR * | CR_PAIR_DELIM = TEXT("\x01") |
| const TCHAR * | CR_PAIR_EQ = TEXT("\x02") |
| #define CRASH_REPORTER_WITH_ANALYTICS 0 |
| #define NOINITCRASHREPORTER 0 |
| #define UE_CRASH_REPORTER_WITH_LOADED_PLUGINS 1 |
| const TCHAR * AttendedStatusToString | ( | const EUnattendedStatus | Status | ) |
| DEFINE_LOG_CATEGORY_STATIC | ( | LogCrashContext | , |
| Display | , | ||
| All | |||
| ) |