Show / Hide Table of Contents

Class EnvQueryTest_Pathfinding

Env Query Test Pathfinding

Inheritance
System.Object
UObject
EnvQueryNode
EnvQueryTest
EnvQueryTest_Pathfinding
EnvQueryTest_PathfindingBatch
Inherited Members
EnvQueryTest.TestOrder
EnvQueryTest.TestPurpose
EnvQueryTest.MultipleContextFilterOp
EnvQueryTest.MultipleContextScoreOp
EnvQueryTest.FilterType
EnvQueryTest.BoolValue
EnvQueryTest.FloatValueMin
EnvQueryTest.FloatValueMax
EnvQueryTest.ScoringEquation
EnvQueryTest.ClampMinType
EnvQueryTest.ClampMaxType
EnvQueryTest.ScoreClampMin
EnvQueryTest.ScoreClampMax
EnvQueryTest.ScoringFactor
EnvQueryTest.ReferenceValue
EnvQueryTest.bDefineReferenceValue
EnvQueryTest.bWorkOnFloatValues
EnvQueryNode.VerNum
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.AIModule
Assembly: UE4DotNet.dll
Syntax
public class EnvQueryTest_Pathfinding : EnvQueryTest

Properties

| Improve this Doc View Source

Context

context: other end of pathfinding test

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

DefaultObject

Get UE4 Default Object for this Class

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

FilterClass

navigation filter to use in pathfinding

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

PathFromContext

pathfinding direction

Declaration
public AIDataProviderBoolValue PathFromContext { get; set; }
Property Value
Type Description
AIDataProviderBoolValue
| Improve this Doc View Source

SkipUnreachable

if set, items with failed path will be invalidated (PathCost, PathLength)

Declaration
public AIDataProviderBoolValue SkipUnreachable { get; set; }
Property Value
Type Description
AIDataProviderBoolValue
| Improve this Doc View Source

StaticClass

Get UE4 Class

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

TestMode

testing mode

Declaration
public byte TestMode { get; set; }
Property Value
Type Description
System.Byte

Methods

| Improve this Doc View Source

New(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 Source

Implicit(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
  • Improve this Doc
  • View Source
Back to top Generated by DocFX