Struct NavigationLinkBase
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)
Assembly: UE4DotNet.dll
Syntax
public struct NavigationLinkBase
Fields
|
Improve this Doc
View Source
bCustomFlag0
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bCustomFlag1
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bCustomFlag2
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bCustomFlag3
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bCustomFlag4
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bCustomFlag5
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bCustomFlag6
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bCustomFlag7
Declaration
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
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
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
SnapRadius
Declaration
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