Class NavArea
Class containing definition of a navigation area
Inheritance
System.Object
NavArea
Inherited Members
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)
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
|
Improve this Doc
View Source
DrawColor
area color in navigation view
Declaration
public Color DrawColor { get; set; }
Property Value
|
Improve this Doc
View Source
FixedAreaEnteringCost
Declaration
public float FixedAreaEnteringCost { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
StaticClass
Declaration
public static Class StaticClass { get; }
Property Value
|
Improve this Doc
View Source
SupportedAgents
restrict area only to specified agents
Declaration
public NavAgentSelector SupportedAgents { get; set; }
Property Value
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
Returns
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