Show / Hide Table of Contents

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 Source

KeyIndex

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

UnsnappedPosition

Declaration
public float UnsnappedPosition
Field Value
Type Description
System.Single

Properties

| Improve this Doc View Source

Group

Group

Declaration
public InterpGroup Group { get; set; }
Property Value
Type Description
InterpGroup
| Improve this Doc View Source

Track

Track

Declaration
public InterpTrack Track { get; set; }
Property Value
Type Description
InterpTrack
  • Improve this Doc
  • View Source
Back to top Generated by DocFX