Class EnvQueryTest_Pathfinding
Env Query Test Pathfinding
Inheritance
System.Object
EnvQueryTest_Pathfinding
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 EnvQueryTest_Pathfinding : EnvQueryTest
Properties
| Improve this Doc View SourceContext
context: other end of pathfinding test
Declaration
public SubclassOf<EnvQueryContext> Context { get; set; }
Property Value
Type | Description |
---|---|
SubclassOf<EnvQueryContext> |
DefaultObject
Get UE4 Default Object for this Class
Declaration
public static EnvQueryTest_Pathfinding DefaultObject { get; }
Property Value
Type | Description |
---|---|
EnvQueryTest_Pathfinding |
FilterClass
navigation filter to use in pathfinding
Declaration
public SubclassOf<NavigationQueryFilter> FilterClass { get; set; }
Property Value
Type | Description |
---|---|
SubclassOf<NavigationQueryFilter> |
PathFromContext
pathfinding direction
Declaration
public AIDataProviderBoolValue PathFromContext { get; set; }
Property Value
Type | Description |
---|---|
AIDataProviderBoolValue |
SkipUnreachable
if set, items with failed path will be invalidated (PathCost, PathLength)
Declaration
public AIDataProviderBoolValue SkipUnreachable { get; set; }
Property Value
Type | Description |
---|---|
AIDataProviderBoolValue |
StaticClass
Get UE4 Class
Declaration
public static Class StaticClass { get; }
Property Value
Type | Description |
---|---|
Class |
TestMode
testing mode
Declaration
public byte TestMode { get; set; }
Property Value
Type | Description |
---|---|
System.Byte |
Methods
| Improve this Doc View SourceNew(UObject, Name)
Spawn an object of this class
Declaration
public static EnvQueryTest_Pathfinding New(UObject obj = null, Name name = default(Name))
Parameters
Type | Name | Description |
---|---|---|
UObject | obj | |
Name | name |
Returns
Type | Description |
---|---|
EnvQueryTest_Pathfinding |
Operators
| Improve this Doc View SourceImplicit(IntPtr to EnvQueryTest_Pathfinding)
Convert from IntPtr to UObject
Declaration
public static implicit operator EnvQueryTest_Pathfinding(IntPtr p)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | p |
Returns
Type | Description |
---|---|
EnvQueryTest_Pathfinding |