Show / Hide Table of Contents

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 Source

ArrayIndex

Declaration
public int ArrayIndex
Field Value
Type Description
System.Int32
| Improve this Doc View Source

Name

Declaration
public Name Name
Field Value
Type Description
Name

Properties

| Improve this Doc View Source

Field

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
| Improve this Doc View Source

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
  • Improve this Doc
  • View Source
Back to top Generated by DocFX