Show / Hide Table of Contents

Struct NavigationLinkBase

Navigation Link Base

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 NavigationLinkBase

Fields

| Improve this Doc View Source

bCustomFlag0

Declaration
public bool bCustomFlag0
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

bCustomFlag1

Declaration
public bool bCustomFlag1
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

bCustomFlag2

Declaration
public bool bCustomFlag2
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

bCustomFlag3

Declaration
public bool bCustomFlag3
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

bCustomFlag4

Declaration
public bool bCustomFlag4
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

bCustomFlag5

Declaration
public bool bCustomFlag5
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

bCustomFlag6

Declaration
public bool bCustomFlag6
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

bCustomFlag7

Declaration
public bool bCustomFlag7
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

bSnapToCheapestArea

Declaration
public bool bSnapToCheapestArea
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

bSupportsAgent0

Declaration
public bool bSupportsAgent0
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

bSupportsAgent1

Declaration
public bool bSupportsAgent1
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

bSupportsAgent10

Declaration
public bool bSupportsAgent10
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

bSupportsAgent11

Declaration
public bool bSupportsAgent11
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

bSupportsAgent12

Declaration
public bool bSupportsAgent12
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

bSupportsAgent13

Declaration
public bool bSupportsAgent13
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

bSupportsAgent14

Declaration
public bool bSupportsAgent14
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

bSupportsAgent15

Declaration
public bool bSupportsAgent15
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

bSupportsAgent2

Declaration
public bool bSupportsAgent2
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

bSupportsAgent3

Declaration
public bool bSupportsAgent3
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

bSupportsAgent4

Declaration
public bool bSupportsAgent4
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

bSupportsAgent5

Declaration
public bool bSupportsAgent5
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

bSupportsAgent6

Declaration
public bool bSupportsAgent6
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

bSupportsAgent7

Declaration
public bool bSupportsAgent7
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

bSupportsAgent8

Declaration
public bool bSupportsAgent8
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

bSupportsAgent9

Declaration
public bool bSupportsAgent9
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

bUseSnapHeight

Declaration
public bool bUseSnapHeight
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

Direction

Declaration
public byte Direction
Field Value
Type Description
System.Byte
| Improve this Doc View Source

LeftProjectHeight

Declaration
public float LeftProjectHeight
Field Value
Type Description
System.Single
| Improve this Doc View Source

MaxFallDownLength

Declaration
public float MaxFallDownLength
Field Value
Type Description
System.Single
| Improve this Doc View Source

SnapHeight

Declaration
public float SnapHeight
Field Value
Type Description
System.Single
| Improve this Doc View Source

SnapRadius

Declaration
public float SnapRadius
Field Value
Type Description
System.Single

Properties

| Improve this Doc View Source

AreaClass

Area type of this link (empty = default)

Declaration
public SubclassOf<NavAreaBase> AreaClass { get; set; }
Property Value
Type Description
SubclassOf<NavAreaBase>
  • Improve this Doc
  • View Source
Back to top Generated by DocFX