FUnitLogInterface::IsConnectionLogSource

Whether or not this log interface is the source of a [UNetConnection](API\Runtime\Engine\Engine\UNetConnection) - used for deciding where to direct, [UNetConnection](API\Runtime\Engine\Engine\UNetConnection) log hooks

Windows
MacOS
Linux

Override Hierarchy

References

Module

NetcodeUnitTest

Header

/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/UnitLogging.h

Include

#include "UnitLogging.h"

Syntax

virtual bool IsConnectionLogSource
(
    UNetConnection * InConnection
)

Remarks

Whether or not this log interface is the source of a UNetConnection - used for deciding where to direct, UNetConnection log hooks

Returns

Whether or not the connection is associated with this log interface

Parameters

Parameter

Description

InConnection

The connection to check

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