Show / Hide Table of Contents

Class EnvQueryGenerator_Cone

Env Query Generator Cone

Inheritance
System.Object
UObject
EnvQueryNode
EnvQueryGenerator
EnvQueryGenerator_ProjectedPoints
EnvQueryGenerator_Cone
Inherited Members
EnvQueryGenerator_ProjectedPoints.ProjectionData
EnvQueryGenerator.ItemType
EnvQueryGenerator.bAutoSortTests
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 EnvQueryGenerator_Cone : EnvQueryGenerator_ProjectedPoints

Properties

| Improve this Doc View Source

AlignedPointsDistance

Distance between each point of the same angle

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

AngleStep

The step of the angle increase.

Declaration
public AIDataProviderFloatValue AngleStep { get; set; }
Property Value
Type Description
AIDataProviderFloatValue
Remarks

Angle step must be >=1 Smaller values generate less items

| Improve this Doc View Source

bIncludeContextLocation

Declaration
public bool bIncludeContextLocation { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

CenterActor

The actor (or actors) that will generate a cone in their facing direction

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

ConeDegrees

Maximum degrees of the generated cone

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

DefaultObject

Get UE4 Default Object for this Class

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

Range

Generation distance

Declaration
public AIDataProviderFloatValue Range { get; set; }
Property Value
Type Description
AIDataProviderFloatValue
| 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 EnvQueryGenerator_Cone New(UObject obj = null, Name name = default(Name))
Parameters
Type Name Description
UObject obj
Name name
Returns
Type Description
EnvQueryGenerator_Cone

Operators

| Improve this Doc View Source

Implicit(IntPtr to EnvQueryGenerator_Cone)

Convert from IntPtr to UObject

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