Navigation
API > API/Runtime > API/Runtime/LiveLinkInterface > API/Runtime/LiveLinkInterface/FLiveLinkLog
Description
Write an message in to the LiveLink log. Will returns a valid TokenizedMessage if a new TokenizedMessage was created.
| Name | TokenizedMessage |
| Type | function |
| Header File | /Engine/Source/Runtime/LiveLinkInterface/Public/LiveLinkLog.h |
| Include Path | #include "LiveLinkLog.h" |
template<typename... ArgsType>
static TSharedPtr < FTokenizedMessage > TokenizedMessage
(
EMessageSeverity::Type Severity,
UE::Core::TCheckedFormatString< FString::FmtCharType, ArgsType... > Format,
ArgsType... Args
)