Class EnvQueryTest_Project
Projects points on navigation or geometry, will modify value of projected items.
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_Project : EnvQueryTest
Remarks
Works only on item type: point
Properties
| Improve this Doc View SourceDefaultObject
Get UE4 Default Object for this Class
Declaration
public static EnvQueryTest_Project DefaultObject { get; }
Property Value
Type | Description |
---|---|
EnvQueryTest_Project |
ProjectionData
trace params
Declaration
public EnvTraceData ProjectionData { get; set; }
Property Value
Type | Description |
---|---|
EnvTraceData |
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 EnvQueryTest_Project New(UObject obj = null, Name name = default(Name))
Parameters
Type | Name | Description |
---|---|---|
UObject | obj | |
Name | name |
Returns
Type | Description |
---|---|
EnvQueryTest_Project |
Operators
| Improve this Doc View SourceImplicit(IntPtr to EnvQueryTest_Project)
Convert from IntPtr to UObject
Declaration
public static implicit operator EnvQueryTest_Project(IntPtr p)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | p |
Returns
Type | Description |
---|---|
EnvQueryTest_Project |