Struct InterpEdSelKey
A group, associated with a particular AActor or set of Actors, which contains a set of InterpTracks for interpolating properties of the AActor over time.
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.Engine
Assembly: UE4DotNet.dll
Syntax
public struct InterpEdSelKey
Remarks
The Outer of an UInterpGroup is an InterpData.
Fields
| Improve this Doc View SourceKeyIndex
Declaration
public int KeyIndex
Field Value
Type | Description |
---|---|
System.Int32 |
UnsnappedPosition
Declaration
public float UnsnappedPosition
Field Value
Type | Description |
---|---|
System.Single |
Properties
| Improve this Doc View SourceGroup
Group
Declaration
public InterpGroup Group { get; set; }
Property Value
Type | Description |
---|---|
InterpGroup |
Track
Track
Declaration
public InterpTrack Track { get; set; }
Property Value
Type | Description |
---|---|
InterpTrack |