FUnitLogInterface::IsTimerLogSource

Whether or not this log interface is the source of an [FTimerManager](API\Runtime\Engine\FTimerManager) delegate object, used for hooking logs triggered during global timer manager delegates.

Windows
MacOS
Linux

Override Hierarchy

FUnitLogInterface::IsTimerLogSource()

UUnitTest::IsTimerLogSource()

References

Module

NetcodeUnitTest

Header

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

Include

#include "UnitLogging.h"

Syntax

virtual bool IsTimerLogSource
(
    UObject * InTimerDelegateObject
)

Remarks

Whether or not this log interface is the source of an FTimerManager delegate object, used for hooking logs triggered during global timer manager delegates.

Returns

Whether or not the object is associated with this log interface

Parameters

Parameter

Description

InTimerDelegateObject

The UObject that a timer delegate is tied to

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