Class NavAreaMeta_SwitchByAgent
Class containing definition of a navigation area
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)
Namespace: UE4.NavigationSystem
Assembly: UE4DotNet.dll
Syntax
public class NavAreaMeta_SwitchByAgent : NavAreaMeta
Properties
| Improve this Doc View SourceAgent0Area
Agent 0Area
Declaration
public SubclassOf<NavArea> Agent0Area { get; set; }
Property Value
Type | Description |
---|---|
SubclassOf<NavArea> |
Agent10Area
Agent 10Area
Declaration
public SubclassOf<NavArea> Agent10Area { get; set; }
Property Value
Type | Description |
---|---|
SubclassOf<NavArea> |
Agent11Area
Agent 11Area
Declaration
public SubclassOf<NavArea> Agent11Area { get; set; }
Property Value
Type | Description |
---|---|
SubclassOf<NavArea> |
Agent12Area
Agent 12Area
Declaration
public SubclassOf<NavArea> Agent12Area { get; set; }
Property Value
Type | Description |
---|---|
SubclassOf<NavArea> |
Agent13Area
Agent 13Area
Declaration
public SubclassOf<NavArea> Agent13Area { get; set; }
Property Value
Type | Description |
---|---|
SubclassOf<NavArea> |
Agent14Area
Agent 14Area
Declaration
public SubclassOf<NavArea> Agent14Area { get; set; }
Property Value
Type | Description |
---|---|
SubclassOf<NavArea> |
Agent15Area
Agent 15Area
Declaration
public SubclassOf<NavArea> Agent15Area { get; set; }
Property Value
Type | Description |
---|---|
SubclassOf<NavArea> |
Agent1Area
Agent 1Area
Declaration
public SubclassOf<NavArea> Agent1Area { get; set; }
Property Value
Type | Description |
---|---|
SubclassOf<NavArea> |
Agent2Area
Agent 2Area
Declaration
public SubclassOf<NavArea> Agent2Area { get; set; }
Property Value
Type | Description |
---|---|
SubclassOf<NavArea> |
Agent3Area
Agent 3Area
Declaration
public SubclassOf<NavArea> Agent3Area { get; set; }
Property Value
Type | Description |
---|---|
SubclassOf<NavArea> |
Agent4Area
Agent 4Area
Declaration
public SubclassOf<NavArea> Agent4Area { get; set; }
Property Value
Type | Description |
---|---|
SubclassOf<NavArea> |
Agent5Area
Agent 5Area
Declaration
public SubclassOf<NavArea> Agent5Area { get; set; }
Property Value
Type | Description |
---|---|
SubclassOf<NavArea> |
Agent6Area
Agent 6Area
Declaration
public SubclassOf<NavArea> Agent6Area { get; set; }
Property Value
Type | Description |
---|---|
SubclassOf<NavArea> |
Agent7Area
Agent 7Area
Declaration
public SubclassOf<NavArea> Agent7Area { get; set; }
Property Value
Type | Description |
---|---|
SubclassOf<NavArea> |
Agent8Area
Agent 8Area
Declaration
public SubclassOf<NavArea> Agent8Area { get; set; }
Property Value
Type | Description |
---|---|
SubclassOf<NavArea> |
Agent9Area
Agent 9Area
Declaration
public SubclassOf<NavArea> Agent9Area { get; set; }
Property Value
Type | Description |
---|---|
SubclassOf<NavArea> |
DefaultObject
Get UE4 Default Object for this Class
Declaration
public static NavAreaMeta_SwitchByAgent DefaultObject { get; }
Property Value
Type | Description |
---|---|
NavAreaMeta_SwitchByAgent |
StaticClass
Get UE4 Class
Declaration
public static Class StaticClass { get; }
Property Value
Type | Description |
---|---|
Class |
Methods
| Improve this Doc View SourceNew(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 SourceImplicit(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 |