Module |
|
Header |
/Engine/Source/Developer/Datasmith/DatasmithExporter/Public/DatasmithLogger.h |
Include |
#include "DatasmithLogger.h" |
class FDatasmithLogger
Logger that holds the errors during the export process. The user plugin should display the list of errors at the end of the export.
Name | Description | ||
---|---|---|---|
|
FDatasmithLogge... |
Impl |
Name | Description | |
---|---|---|
|
FDatasmithLogger() |
Name | Description | |
---|---|---|
|
~FDatasmithLogger() |
Name | Description | ||
---|---|---|---|
|
void |
AddGeneralError ( |
|
|
void |
AddMissingAssetError ( |
|
|
void |
AddTextureError ( |
|
|
const TCHAR ... |
GetGeneralError ( |
|
|
int32 |
GetGeneralErrorsCount() |
|
|
const TCHAR ... |
GetMissingAssetError ( |
|
|
int32 |
GetMissingAssetErrorsCount() |
|
|
const TCHAR ... |
GetTextureError ( |
|
|
int32 |
GetTextureErrorsCount() |
|
|
void |
ResetGeneralErrors() |
|
|
void |
ResetMissingAssetErrors() |
|
|
void |
ResetTextureErrors() |