FDatasmithLogger

Logger that holds the errors during the export process.

Windows
MacOS
Linux

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

Name Description

Protected variable

FDatasmithLogge...

 

Impl

Constructors

Name Description

Public function

FDatasmithLogger()

Destructors

Name Description

Public function Virtual

~FDatasmithLogger()

Functions

Name Description

Public function

void

 

AddGeneralError

(
    const TCHAR* InError
)

Public function

void

 

AddMissingAssetError

(
    const TCHAR* InError
)

Public function

void

 

AddTextureError

(
    const TCHAR* InError
)

Public function Const

const TCHAR ...

 

GetGeneralError

(
    int32 Index
)

Public function

int32

 

GetGeneralErrorsCount()

Public function Const

const TCHAR ...

 

GetMissingAssetError

(
    int32 Index
)

Public function

int32

 

GetMissingAssetErrorsCount()

Public function Const

const TCHAR ...

 

GetTextureError

(
    int32 Index
)

Public function

int32

 

GetTextureErrorsCount()

Public function

void

 

ResetGeneralErrors()

Public function

void

 

ResetMissingAssetErrors()

Public function

void

 

ResetTextureErrors()

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss