Navigation
API > API/Developer > API/Developer/DatasmithFacade
Datasmith SDK.
| Name | FDatasmithFacadeLog |
| Type | class |
| Header File | /Engine/Source/Developer/Datasmith/DatasmithFacade/Public/DatasmithFacadeLog.h |
| Include Path | #include "DatasmithFacadeLog.h" |
Syntax
class FDatasmithFacadeLog
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDatasmithFacadeLog() |
DatasmithFacadeLog.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| LineIndentation | int | Number of levels of indentation for logged text lines. | DatasmithFacadeLog.h | |
| Log | FString | Multi-line log string. | DatasmithFacadeLog.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddLine
(
const TCHAR* InLine |
Append a text line to the log string. | DatasmithFacadeLog.h | |
void LessIndentation() |
Remove one level of indentation for further logged text lines. | DatasmithFacadeLog.h | |
void MoreIndentation() |
Add one level of indentation for further logged text lines. | DatasmithFacadeLog.h | |
void WriteFile
(
const TCHAR* InFilePath |
Write the multi-line log string into a text file. | DatasmithFacadeLog.h |