7 class FDatasmithLoggerImpl;
19 void AddGeneralError(
const TCHAR* InError);
20 int32 GetGeneralErrorsCount();
21 const TCHAR* GetGeneralError(int32 Index)
const;
22 void ResetGeneralErrors();
24 void AddTextureError(
const TCHAR* InError);
25 int32 GetTextureErrorsCount();
26 const TCHAR* GetTextureError(int32 Index)
const;
27 void ResetTextureErrors();
29 void AddMissingAssetError(
const TCHAR* InError);
30 int32 GetMissingAssetErrorsCount();
31 const TCHAR* GetMissingAssetError(int32 Index)
const;
32 void ResetMissingAssetErrors();
35 FDatasmithLoggerImpl* Impl;