FUnitTestEnvironment::HandleClientPlayer

Executes game-specific handling, upon client unit tests initializing the client PlayerController

Windows
MacOS
Linux

References

Module

NetcodeUnitTest

Header

/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/UnitTestEnvironment.h

Include

#include "UnitTestEnvironment.h"

Syntax

virtual void HandleClientPlayer
(
    EUnitTestFlags UnitTestFlags,
    APlayerController * PC
)

Remarks

Executes game-specific handling, upon client unit tests initializing the client PlayerController

Parameters

Parameter

Description

UnitTestFlags

The flags for the current unit test - affects handling, depending upon game

PC

The PlayerController being initialized

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