Class EnvQueryGenerator_PathingGrid
Navigation grid, generates points on navmesh
Inheritance
System.Object
EnvQueryGenerator_PathingGrid
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.AIModule
Assembly: UE4DotNet.dll
Syntax
public class EnvQueryGenerator_PathingGrid : EnvQueryGenerator_SimpleGrid
Remarks
with paths to/from context no further than given limit
Properties
| Improve this Doc View SourceDefaultObject
Get UE4 Default Object for this Class
Declaration
public static EnvQueryGenerator_PathingGrid DefaultObject { get; }
Property Value
Type | Description |
---|---|
EnvQueryGenerator_PathingGrid |
NavigationFilter
navigation filter to use in pathfinding
Declaration
public SubclassOf<NavigationQueryFilter> NavigationFilter { get; set; }
Property Value
Type | Description |
---|---|
SubclassOf<NavigationQueryFilter> |
PathToItem
pathfinding direction
Declaration
public AIDataProviderBoolValue PathToItem { get; set; }
Property Value
Type | Description |
---|---|
AIDataProviderBoolValue |
ScanRangeMultiplier
multiplier for max distance between point and context
Declaration
public AIDataProviderFloatValue ScanRangeMultiplier { get; set; }
Property Value
Type | Description |
---|---|
AIDataProviderFloatValue |
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 EnvQueryGenerator_PathingGrid New(UObject obj = null, Name name = default(Name))
Parameters
Type | Name | Description |
---|---|---|
UObject | obj | |
Name | name |
Returns
Type | Description |
---|---|
EnvQueryGenerator_PathingGrid |
Operators
| Improve this Doc View SourceImplicit(IntPtr to EnvQueryGenerator_PathingGrid)
Convert from IntPtr to UObject
Declaration
public static implicit operator EnvQueryGenerator_PathingGrid(IntPtr p)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | p |
Returns
Type | Description |
---|---|
EnvQueryGenerator_PathingGrid |