FNetDriverDefinition

Container for describing various types of netdrivers available to the engine The engine will try to construct a netdriver of a given type and, failing that, the fallback version.

Choose your operating system:

Windows

macOS

Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/Engine.h

Include

#include "Engine/Engine.h"

Syntax

struct FNetDriverDefinition

Remarks

Container for describing various types of netdrivers available to the engine The engine will try to construct a netdriver of a given type and, failing that, the fallback version.

Variables

Name Description

Public variable

FName

 

DefName

Unique name of this net driver definition

Public variable

FName

 

DriverClassName

Class name of primary net driver

Public variable

FName

 

DriverClassNameFallback

Class name of the fallback net driver if the main net driver class fails to initialize

Constructors

Name Description

Public function

FNetDriverDefinition()