NUTNet::MarkUnitTestWorldForCleanup

Marks the specified unit test world for cleanup

Windows
MacOS
Linux

References

Module

NetcodeUnitTest

Header

/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/Net/NUTUtilNet.h

Include

#include "Net/NUTUtilNet.h"

Source

/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/Net/NUTUtilNet.cpp

Syntax

static void MarkUnitTestWorldForCleanup
(
    UWorld * CleanupWorld,
    bool bImmediate
)

Remarks

Marks the specified unit test world for cleanup

Parameters

Parameter

Description

CleanupWorld

The unit test world to be marked for cleanup

bImmediate

If true, all unit test worlds pending cleanup, are immediately cleaned up

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