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)
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
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
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
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Value
Declaration
Field Value
Type |
Description |
System.Single |
|