FLiveLinkLog::WarningOnce

Write a warning in to the LiveLink log.

Windows
MacOS
Linux

References

Module

LiveLinkInterface

Header

/Engine/Source/Runtime/LiveLinkInterface/Public/LiveLinkLog.h

Include

#include "LiveLinkLog.h"

Syntax

template<typename FormatType, typename... ArgsType>
static void WarningOnce
(
    FName MessageID,
    const FLiveLinkSubjectKey & SubjectKey,
    const FormatType & Format,
    ArgsType... Args
)

Remarks

Write a warning in to the LiveLink log. If the warning occurred more than once for that SubjectKey, a counter will indicate the number of time it did occurred.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss