Navigation
API > API/Plugins > API/Plugins/CrashDiagnostics > API/Plugins/CrashDiagnostics/FCrashDiagnosticsModule
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddCrashesToDataStorage
(
UE::Editor::DataStorage::ICoreProvider& DataStorage |
Add the crashes to the given DataStorage. See TedsCrashColumns.h | CrashDiagnosticsModule.h | |
void AddCrashesToDataStorage
(
UE::Editor::DataStorage::ICoreProvider& DataStorage, |
CrashDiagnosticsModule.h |
AddCrashesToDataStorage(UE::Editor::DataStorage::ICoreProvider &)
Description
Add the crashes to the given DataStorage. See TedsCrashColumns.h
| Name | AddCrashesToDataStorage |
| Type | function |
| Header File | /Engine/Plugins/Experimental/EditorPerformance/Source/CrashDiagnostics/Public/CrashDiagnosticsModule.h |
| Include Path | #include "CrashDiagnosticsModule.h" |
| Source | /Engine/Plugins/Experimental/EditorPerformance/Source/CrashDiagnostics/Private/CrashDiagnosticsModule.cpp |
void AddCrashesToDataStorage
(
UE::Editor::DataStorage::ICoreProvider & DataStorage
)
AddCrashesToDataStorage(UE::Editor::DataStorage::ICoreProvider &, const TArray< TSharedRef< FPrimaryCrashProperties > > &)
| Name | AddCrashesToDataStorage |
| Type | function |
| Header File | /Engine/Plugins/Experimental/EditorPerformance/Source/CrashDiagnostics/Public/CrashDiagnosticsModule.h |
| Include Path | #include "CrashDiagnosticsModule.h" |
| Source | /Engine/Plugins/Experimental/EditorPerformance/Source/CrashDiagnostics/Private/CrashDiagnosticsModule.cpp |
void AddCrashesToDataStorage
(
UE::Editor::DataStorage::ICoreProvider & DataStorage,
const TArray < TSharedRef < FPrimaryCrashProperties > > & Crashes
)