Struct InterpCurvePointFloat
Interp Curve Point Float
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.CoreUObject
Assembly: UE4DotNet.dll
Syntax
public struct InterpCurvePointFloat
Fields
| Improve this Doc View SourceArriveTangent
Declaration
public float ArriveTangent
Field Value
Type | Description |
---|---|
System.Single |
InterpMode
Declaration
public byte InterpMode
Field Value
Type | Description |
---|---|
System.Byte |
InVal
Declaration
public float InVal
Field Value
Type | Description |
---|---|
System.Single |
LeaveTangent
Declaration
public float LeaveTangent
Field Value
Type | Description |
---|---|
System.Single |
OutVal
Declaration
public float OutVal
Field Value
Type | Description |
---|---|
System.Single |