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

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

UNetDriver *...

 

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()

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