Navigation
API > API/Runtime > API/Runtime/LiveLinkInterface
References
| Module | LiveLinkInterface |
| Header | /Engine/Source/Runtime/LiveLinkInterface/Public/LiveLinkLog.h |
| Include | #include "LiveLinkLog.h" |
Syntax
class FLiveLinkLog
Remarks
This class represents a log of LiveLink output each of which can be a rich tokenized message
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Dtor |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FTokenizedMessage > | CreateTokenizedMessage
(
EMessageSeverity::Type Severity, |
||
| void | Error
(
const FormatType& Format, |
Write an error in to the LiveLink log. | |
| void | ErrorOnce
(
FName MessageID, |
Write a error in to the LiveLink log. | |
| FLiveLinkLog * | GetInstance () |
||
| void | GetLogCount
(
int32& OutErrorCount, |
Get the total number of error, warning and info messages that occurred. | |
| TPair< int32, FTimespan > | GetOccurrence
(
FName MessageID, |
Get the number of time the message with the MessageID and SubjectKey occurred. | |
| TPair< int32, FTimespan > | Get the number of time the selected message occurred. | ||
| void | Info
(
const FormatType& Format, |
Write an info in to the LiveLink log. | |
| void | InfoOnce
(
FName MessageID, |
Write a info in to the LiveLink log. | |
| void | LogMessage
(
EMessageSeverity::Type Severity, |
||
| TSharedPtr< FTokenizedMessage > | TokenizedMessage
(
EMessageSeverity::Type Severity, |
Write an message in to the LiveLink log. | |
| TSharedPtr< FTokenizedMessage > | TokenizedMessageOnce
(
EMessageSeverity::Type Severity, |
Write a repeatable message in to the LiveLink log. | |
| void | Warning
(
const FormatType& Format, |
Write an warning in to the LiveLink log. | |
| void | WarningOnce
(
FName MessageID, |
Write a warning in to the LiveLink log. |
Constants
| Name | Description |
|---|---|
| Instance | The instance that will manage the logging |