Show / Hide Table of Contents

Class NavArea

Class containing definition of a navigation area

Inheritance
System.Object
UObject
NavAreaBase
NavArea
NavArea_Default
NavArea_LowHeight
NavArea_Null
NavArea_Obstacle
NavAreaMeta
Inherited Members
UObject.TransientPackage
UObject.CastTo<T>(UObject)
UObject.CastTo(UObject, Type)
UObject.RemoveObject(UObject)
UObject.MakeObjectArrayField<T>(NativeArray*)
UObject.NotImplemented<T>()
UObject.Construct()
UObject.GetHashCode()
UObject.GetName()
UObject.ToString()
UObject.Name
UObject._None
UObject.None
UObject.ObjPointer
UObject.LoadObjectFromClass(Class, UObject, String, String, LoadFlags, PackageMap, Boolean)
UObject.LoadClass(Class, UObject, String, String, LoadFlags, PackageMap)
UObject.GetPropertyFor<T>(Name)
UObject.ExecuteUbergraph
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: UE4.NavigationSystem
Assembly: UE4DotNet.dll
Syntax
public class NavArea : NavAreaBase

Properties

| Improve this Doc View Source

bSupportsAgent0

Declaration
public bool bSupportsAgent0 { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

bSupportsAgent1

Declaration
public bool bSupportsAgent1 { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

bSupportsAgent10

Declaration
public bool bSupportsAgent10 { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

bSupportsAgent11

Declaration
public bool bSupportsAgent11 { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

bSupportsAgent12

Declaration
public bool bSupportsAgent12 { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

bSupportsAgent13

Declaration
public bool bSupportsAgent13 { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

bSupportsAgent14

Declaration
public bool bSupportsAgent14 { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

bSupportsAgent15

Declaration
public bool bSupportsAgent15 { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

bSupportsAgent2

Declaration
public bool bSupportsAgent2 { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

bSupportsAgent3

Declaration
public bool bSupportsAgent3 { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

bSupportsAgent4

Declaration
public bool bSupportsAgent4 { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

bSupportsAgent5

Declaration
public bool bSupportsAgent5 { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

bSupportsAgent6

Declaration
public bool bSupportsAgent6 { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

bSupportsAgent7

Declaration
public bool bSupportsAgent7 { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

bSupportsAgent8

Declaration
public bool bSupportsAgent8 { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

bSupportsAgent9

Declaration
public bool bSupportsAgent9 { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

DefaultCost

travel cost multiplier for path distance

Declaration
public float DefaultCost { get; set; }
Property Value
Type Description
System.Single
| Improve this Doc View Source

DefaultObject

Get UE4 Default Object for this Class

Declaration
public static NavArea DefaultObject { get; }
Property Value
Type Description
NavArea
| Improve this Doc View Source

DrawColor

area color in navigation view

Declaration
public Color DrawColor { get; set; }
Property Value
Type Description
Color
| Improve this Doc View Source

FixedAreaEnteringCost

entering cost

Declaration
public float FixedAreaEnteringCost { get; set; }
Property Value
Type Description
System.Single
| Improve this Doc View Source

StaticClass

Get UE4 Class

Declaration
public static Class StaticClass { get; }
Property Value
Type Description
Class
| Improve this Doc View Source

SupportedAgents

restrict area only to specified agents

Declaration
public NavAgentSelector SupportedAgents { get; set; }
Property Value
Type Description
NavAgentSelector

Methods

| Improve this Doc View Source

New(UObject, Name)

Spawn an object of this class

Declaration
public static NavArea New(UObject obj = null, Name name = default(Name))
Parameters
Type Name Description
UObject obj
Name name
Returns
Type Description
NavArea

Operators

| Improve this Doc View Source

Implicit(IntPtr to NavArea)

Convert from IntPtr to UObject

Declaration
public static implicit operator NavArea(IntPtr p)
Parameters
Type Name Description
System.IntPtr p
Returns
Type Description
NavArea
  • Improve this Doc
  • View Source
Back to top Generated by DocFX