Navigation
Unreal Engine C++ API Reference > Plugins > AlembicLibrary
References
Module | AlembicLibrary |
Header | /Engine/Plugins/Importers/AlembicImporter/Source/AlembicLibrary/Public/AbcImportLogger.h |
Include | #include "AbcImportLogger.h" |
Syntax
class FAbcImportLogger
Constructors
Type | Name | Description | |
---|---|---|---|
Functions
Type | Name | Description | |
---|---|---|---|
void | AddImportMessage
(
const TSharedRef< FTokenizedMessage > Message |
Adds an import message to the stored array for later output | |
void | OutputMessages
(
const FString& PageName |
Outputs the messages to a new named page in the message log | |
TArray< TSharedRef< FTokenizedMessage > > | Returns the messages and flushes them from the logger |
Constants
Name | Description |
---|---|
MessageLock | |
TokenizedErrorMessages | Error messages |