Navigation
API > API/Runtime > API/Runtime/LiveLinkInterface > API/Runtime/LiveLinkInterface/FLiveLinkLog
References
| Module | LiveLinkInterface |
| Header | /Engine/Source/Runtime/LiveLinkInterface/Public/LiveLinkLog.h |
| Include | #include "LiveLinkLog.h" |
template<typename FormatType, typename... ArgsType>
static TSharedPtr< FTokenizedMessage > TokenizedMessageOnce
&40;
EMessageSeverity::Type Severity,
FName MessageID,
const FLiveLinkSubjectKey & SubjectKey,
const FormatType & Format,
ArgsType... Args
&41;
Remarks
Write a repeatable message in to the LiveLink log. Will returns a valid TokenizedMessage if a new TokenizedMessage was created. If the info occurred more than once for that SubjectKey, a counter will indicate the number of time it did occurred.