Show / Hide Table of Contents

Struct MovieSceneEasingSettings

Movie Scene Easing Settings

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.MovieScene
Assembly: UE4DotNet.dll
Syntax
public struct MovieSceneEasingSettings

Fields

| Improve this Doc View Source

AutoEaseInDuration

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

AutoEaseOutDuration

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

bManualEaseIn

Declaration
public bool bManualEaseIn
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

bManualEaseOut

Declaration
public bool bManualEaseOut
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

ManualEaseInDuration

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

ManualEaseOutDuration

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