UUnitTest::AddTask

Adds a UnitTask to the unit test, during its configuration stage - to be completed before executing the unit test

Windows
MacOS
Linux

References

Module

NetcodeUnitTest

Header

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

Include

#include "UnitTest.h"

Source

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

Syntax

void AddTask
(
    UUnitTask * InTask
)

Remarks

Adds a UnitTask to the unit test, during its configuration stage - to be completed before executing the unit test

Parameters

Parameter

Description

InTask

The task to be added (must already have its flags etc. set)

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