Navigation
Unreal Engine C++ API Reference > Plugins > NetcodeUnitTest > FUnitLogInterface
- FUnitLogInterface::IsTimerLogSource()
- UUnitTest::IsTimerLogSource()
References
Module | NetcodeUnitTest |
Header | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/UnitLogging.h |
Include | #include "UnitLogging.h" |
virtual bool IsTimerLogSource
&40;
UObject &42; InTimerDelegateObject
&41;
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. Whether or not the object is associated with this log interface
Parameters
Name | Description |
---|---|
InTimerDelegateObject | The UObject that a timer delegate is tied to |