Class EnvQueryGenerator_Cone
Env Query Generator Cone
Inheritance
System.Object
EnvQueryGenerator_Cone
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_Cone : EnvQueryGenerator_ProjectedPoints
Properties
| Improve this Doc View SourceAlignedPointsDistance
Distance between each point of the same angle
Declaration
public AIDataProviderFloatValue AlignedPointsDistance { get; set; }
Property Value
Type | Description |
---|---|
AIDataProviderFloatValue |
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
bIncludeContextLocation
Declaration
public bool bIncludeContextLocation { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
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> |
ConeDegrees
Maximum degrees of the generated cone
Declaration
public AIDataProviderFloatValue ConeDegrees { get; set; }
Property Value
Type | Description |
---|---|
AIDataProviderFloatValue |
DefaultObject
Get UE4 Default Object for this Class
Declaration
public static EnvQueryGenerator_Cone DefaultObject { get; }
Property Value
Type | Description |
---|---|
EnvQueryGenerator_Cone |
Range
Generation distance
Declaration
public AIDataProviderFloatValue Range { 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_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 SourceImplicit(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 |