UDocumentation
UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
CrashReportCoreModule.h
Go to the documentation of this file.
1
// Copyright Epic Games, Inc. All Rights Reserved.
2
3
#pragma once
4
5
#include "
CoreMinimal.h
"
6
#include "
Logging/LogMacros.h
"
7
#include "
Modules/ModuleInterface.h
"
8
9
DECLARE_LOG_CATEGORY_EXTERN
(
CrashReportCoreLog
,
Log
,
All
)
10
11
class
FCrashReportCoreModule
:
public
IModuleInterface
12
{
13
public
:
14
virtual
void
StartupModule();
15
virtual
void
ShutdownModule();
16
17
private
:
18
};
EBTBranchAction::All
@ All
CoreMinimal.h
StaticCastSharedRef
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition
SharedPointer.h:127
LogMacros.h
DECLARE_LOG_CATEGORY_EXTERN
#define DECLARE_LOG_CATEGORY_EXTERN(CategoryName, DefaultVerbosity, CompileTimeVerbosity)
Definition
LogMacros.h:361
ModuleInterface.h
EPrintStaleReferencesOptions::Log
@ Log
FCrashReportCoreModule
Definition
CrashReportCoreModule.h:12
IModuleInterface
Definition
ModuleInterface.h:14
Engine
Source
Runtime
CrashReportCore
Public
CrashReportCoreModule.h
Generated by
1.9.8