Show / Hide Table of Contents

Struct NetDriverDefinition

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.

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: UE4.Engine
Assembly: UE4DotNet.dll
Syntax
public struct NetDriverDefinition

Fields

| Improve this Doc View Source

DefName

Declaration
public Name DefName
Field Value
Type Description
Name
| Improve this Doc View Source

DriverClassName

Declaration
public Name DriverClassName
Field Value
Type Description
Name
| Improve this Doc View Source

DriverClassNameFallback

Declaration
public Name DriverClassNameFallback
Field Value
Type Description
Name
  • Improve this Doc
  • View Source
Back to top Generated by DocFX