Struct EnvQueryResult
Env Query Result
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: UE4.AIModule
Assembly: UE4DotNet.dll
Syntax
public struct EnvQueryResult
Fields
| Improve this Doc View SourceOptionIndex
Declaration
public int OptionIndex
Field Value
Type | Description |
---|---|
System.Int32 |
QueryID
Declaration
public int QueryID
Field Value
Type | Description |
---|---|
System.Int32 |
Properties
| Improve this Doc View SourceItemType
type of generated items
Declaration
public SubclassOf<EnvQueryItemType> ItemType { get; }
Property Value
Type | Description |
---|---|
SubclassOf<EnvQueryItemType> |