FLiveLinkLog::GetLogCount

Get the total number of error, warning and info messages that occurred.

Windows
MacOS
Linux

References

Module

LiveLinkInterface

Header

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

Include

#include "LiveLinkLog.h"

Syntax

void GetLogCount
(
    int32 & OutErrorCount,
    int32 & OutWarningCount,
    int32 & OutInfoCount
) const

Remarks

Get the total number of error, warning and info messages that 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