FNamedNetDriver

Active and named net drivers instantiated from an [FNetDriverDefinition](API\Runtime\Engine\Engine\FNetDriverDefinition) The net driver will remain instantiated on this struct until it is destroyed

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 FNamedNetDriver

Remarks

Active and named net drivers instantiated from an FNetDriverDefinition The net driver will remain instantiated on this struct until it is destroyed

Variables

Name Description

Public variable

TObjectPtr< cla...

 

NetDriver

Instantiation of named net driver

Public variable

FNetDriverDefin...

 

NetDriverDef

Definition associated with this net driver

Constructors

Name Description

Public function

FNamedNetDriver()

Public function

FNamedNetDriver

(
    UNetDriver* InNetDriver,
    FNetDriverDefinition* InNetDri...
)

Destructors

Name Description

Public function

~FNamedNetDriver()