UClientUnitTest::UnblockEvents

When events that were pending but blocked by a UnitTask, are unblocked, this function triggers them.

Windows
MacOS
Linux

Override Hierarchy

UUnitTest::UnblockEvents()

UClientUnitTest::UnblockEvents()

References

Module

NetcodeUnitTest

Header

/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Classes/ClientUnitTest.h

Include

#include "ClientUnitTest.h"

Source

/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/ClientUnitTest.cpp

Syntax

virtual void UnblockEvents
(
    EUnitTaskFlags ReadyEvents
)

Remarks

When events that were pending but blocked by a UnitTask, are unblocked, this function triggers them.

Parameters

Parameter

Description

ReadyEvents

Blocked events that are ready to be unblocked/triggered

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