Show / Hide Table of Contents

Class NavAreaMeta_SwitchByAgent

Class containing definition of a navigation area

Inheritance
System.Object
UObject
NavAreaBase
NavArea
NavAreaMeta
NavAreaMeta_SwitchByAgent
Inherited Members
NavArea.DefaultCost
NavArea.FixedAreaEnteringCost
NavArea.DrawColor
NavArea.SupportedAgents
NavArea.bSupportsAgent0
NavArea.bSupportsAgent1
NavArea.bSupportsAgent2
NavArea.bSupportsAgent3
NavArea.bSupportsAgent4
NavArea.bSupportsAgent5
NavArea.bSupportsAgent6
NavArea.bSupportsAgent7
NavArea.bSupportsAgent8
NavArea.bSupportsAgent9
NavArea.bSupportsAgent10
NavArea.bSupportsAgent11
NavArea.bSupportsAgent12
NavArea.bSupportsAgent13
NavArea.bSupportsAgent14
NavArea.bSupportsAgent15
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 NavAreaMeta_SwitchByAgent : NavAreaMeta

Properties

| Improve this Doc View Source

Agent0Area

Agent 0Area

Declaration
public SubclassOf<NavArea> Agent0Area { get; set; }
Property Value
Type Description
SubclassOf<NavArea>
| Improve this Doc View Source

Agent10Area

Agent 10Area

Declaration
public SubclassOf<NavArea> Agent10Area { get; set; }
Property Value
Type Description
SubclassOf<NavArea>
| Improve this Doc View Source

Agent11Area

Agent 11Area

Declaration
public SubclassOf<NavArea> Agent11Area { get; set; }
Property Value
Type Description
SubclassOf<NavArea>
| Improve this Doc View Source

Agent12Area

Agent 12Area

Declaration
public SubclassOf<NavArea> Agent12Area { get; set; }
Property Value
Type Description
SubclassOf<NavArea>
| Improve this Doc View Source

Agent13Area

Agent 13Area

Declaration
public SubclassOf<NavArea> Agent13Area { get; set; }
Property Value
Type Description
SubclassOf<NavArea>
| Improve this Doc View Source

Agent14Area

Agent 14Area

Declaration
public SubclassOf<NavArea> Agent14Area { get; set; }
Property Value
Type Description
SubclassOf<NavArea>
| Improve this Doc View Source

Agent15Area

Agent 15Area

Declaration
public SubclassOf<NavArea> Agent15Area { get; set; }
Property Value
Type Description
SubclassOf<NavArea>
| Improve this Doc View Source

Agent1Area

Agent 1Area

Declaration
public SubclassOf<NavArea> Agent1Area { get; set; }
Property Value
Type Description
SubclassOf<NavArea>
| Improve this Doc View Source

Agent2Area

Agent 2Area

Declaration
public SubclassOf<NavArea> Agent2Area { get; set; }
Property Value
Type Description
SubclassOf<NavArea>
| Improve this Doc View Source

Agent3Area

Agent 3Area

Declaration
public SubclassOf<NavArea> Agent3Area { get; set; }
Property Value
Type Description
SubclassOf<NavArea>
| Improve this Doc View Source

Agent4Area

Agent 4Area

Declaration
public SubclassOf<NavArea> Agent4Area { get; set; }
Property Value
Type Description
SubclassOf<NavArea>
| Improve this Doc View Source

Agent5Area

Agent 5Area

Declaration
public SubclassOf<NavArea> Agent5Area { get; set; }
Property Value
Type Description
SubclassOf<NavArea>
| Improve this Doc View Source

Agent6Area

Agent 6Area

Declaration
public SubclassOf<NavArea> Agent6Area { get; set; }
Property Value
Type Description
SubclassOf<NavArea>
| Improve this Doc View Source

Agent7Area

Agent 7Area

Declaration
public SubclassOf<NavArea> Agent7Area { get; set; }
Property Value
Type Description
SubclassOf<NavArea>
| Improve this Doc View Source

Agent8Area

Agent 8Area

Declaration
public SubclassOf<NavArea> Agent8Area { get; set; }
Property Value
Type Description
SubclassOf<NavArea>
| Improve this Doc View Source

Agent9Area

Agent 9Area

Declaration
public SubclassOf<NavArea> Agent9Area { get; set; }
Property Value
Type Description
SubclassOf<NavArea>
| Improve this Doc View Source

DefaultObject

Get UE4 Default Object for this Class

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

StaticClass

Get UE4 Class

Declaration
public static Class StaticClass { get; }
Property Value
Type Description
Class

Methods

| Improve this Doc View Source

New(UObject, Name)

Spawn an object of this class

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

Operators

| Improve this Doc View Source

Implicit(IntPtr to NavAreaMeta_SwitchByAgent)

Convert from IntPtr to UObject

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