Navigation
API > API/Developer > API/Developer/DatasmithExporter
References
| Module | DatasmithExporter |
| Header | /Engine/Source/Developer/Datasmith/DatasmithExporter/Public/DatasmithLogger.h |
| Include | #include "DatasmithLogger.h" |
Syntax
class FDatasmithLogger
Remarks
Logger that holds the errors during the export process. The user plugin should display the list of errors at the end of the export.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FDatasmithLoggerImpl * | Impl |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddGeneralError
(
const TCHAR* InError |
||
| void | AddMissingAssetError
(
const TCHAR* InError |
||
| void | AddTextureError
(
const TCHAR* InError |
||
| const TCHAR * | GetGeneralError
(
int32 Index |
||
| int32 | |||
| const TCHAR * | GetMissingAssetError
(
int32 Index |
||
| int32 | |||
| const TCHAR * | GetTextureError
(
int32 Index |
||
| int32 | |||
| void | |||
| void | |||
| void |