Show / Hide Table of Contents

Struct RichCurveKey

One key in a rich, editable float curve

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 RichCurveKey

Fields

| Improve this Doc View Source

ArriveTangent

Declaration
public float ArriveTangent
Field Value
Type Description
System.Single
| Improve this Doc View Source

ArriveTangentWeight

Declaration
public float ArriveTangentWeight
Field Value
Type Description
System.Single
| Improve this Doc View Source

InterpMode

Declaration
public byte InterpMode
Field Value
Type Description
System.Byte
| Improve this Doc View Source

LeaveTangent

Declaration
public float LeaveTangent
Field Value
Type Description
System.Single
| Improve this Doc View Source

LeaveTangentWeight

Declaration
public float LeaveTangentWeight
Field Value
Type Description
System.Single
| Improve this Doc View Source

TangentMode

Declaration
public byte TangentMode
Field Value
Type Description
System.Byte
| Improve this Doc View Source

TangentWeightMode

Declaration
public byte TangentWeightMode
Field Value
Type Description
System.Byte
| Improve this Doc View Source

Time

Declaration
public float Time
Field Value
Type Description
System.Single
| Improve this Doc View Source

Value

Declaration
public float Value
Field Value
Type Description
System.Single
  • Improve this Doc
  • View Source
Back to top Generated by DocFX