UNUTGlobals

Stores globals/static-variables for NetcodeUnitTest - for compatibility with hot reload

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

NetcodeUnitTest

Header

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

Include

#include "NUTGlobals.h"

Syntax

[UCLASS](Programming/UnrealArchitecture/Reference/Classes#classdeclaration)()
class UNUTGlobals : public UObject

Remarks

Stores globals/static-variables for NetcodeUnitTest - for compatibility with hot reload

Variables

Name Description

Public variable UProperty

TArray< FString...

 

DumpRPCMatches

For the '-DumpRPCs' commandline parameter - limits DumpRPCs to RPC's (partially) matching the specified names

Public variable UProperty

UNetConnection ...

 

EventWatcher

For NUTActor - the UNetConnection that 'watch' events will be sent to

Public variable UProperty

int32

 

ServerPortOffset

For ClientUnitTest - the (+10) incremented port number, for each server instance

Public variable UProperty

TArray< FString...

 

UnitTestModules

List of modules recognized as containing unit tests, plus implementing FNUTModuleInterface for hot reload

Public variable UProperty

int32

 

UnitTestNetDriverCount

For MinimalClient - counter for the number of unit test net drivers created

Public variable UProperty

TArray< FString...

 

UnloadedModules

List of unit test modules that have been unloaded, prior to reloading for Hot Reload

Constructors

Name Description

Public function

UNUTGlobals

(
    const FObjectInitializer& ObjectIn...
)

UNUTGlobals

Functions

Name Description

Public function Static

UNUTGlobals ...

 

Get()

Singleton

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