Struct PropertyPathSegment
Base class for cached property path segments
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.PropertyPath
Assembly: UE4DotNet.dll
Syntax
public struct PropertyPathSegment
Fields
| Improve this Doc View SourceArrayIndex
Declaration
public int ArrayIndex
Field Value
Type | Description |
---|---|
System.Int32 |
Name
Declaration
public Name Name
Field Value
Type | Description |
---|---|
Name |
Properties
| Improve this Doc View SourceField
The cached property on the Struct that this Name resolved to on it last time Resolve was called, if the Struct doesn't change, this value is returned to avoid performing another Field lookup.
Declaration
public Field Field { get; set; }
Property Value
Type | Description |
---|---|
Field |
Struct
The cached Class or ScriptStruct that was used last to resolve Name to a property.
Declaration
public Struct Struct { get; set; }
Property Value
Type | Description |
---|---|
Struct |