UProcessUnitTest::PostUnitTick

For cleanup actions that should occur after the primary tick function is called

Windows
MacOS
Linux

Override Hierarchy

UUnitTestBase::PostUnitTick()

UUnitTest::PostUnitTick()

UProcessUnitTest::PostUnitTick()

References

Module

NetcodeUnitTest

Header

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

Include

#include "ProcessUnitTest.h"

Source

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

Syntax

virtual void PostUnitTick
(
    float DeltaTime
)

Remarks

For cleanup actions that should occur after the primary tick function is called

Parameters

Parameter

Description

DeltaTime

The time passed since the previous tick

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