Show / Hide Table of Contents

Struct NavigationFilterArea

Navigation Filter Area

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.NavigationSystem
Assembly: UE4DotNet.dll
Syntax
public struct NavigationFilterArea

Fields

| Improve this Doc View Source

bIsExcluded

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

bOverrideEnteringCost

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

bOverrideTravelCost

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

EnteringCostOverride

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

TravelCostOverride

Declaration
public float TravelCostOverride
Field Value
Type Description
System.Single

Properties

| Improve this Doc View Source

AreaClass

navigation area class

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