Show / Hide Table of Contents

Struct AnimMontageInstance

Anim Montage Instance

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 AnimMontageInstance

Fields

| Improve this Doc View Source

bPlaying

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

DefaultBlendTimeMultiplier

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

DisableRootMotionCount

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

PlayRate

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

Position

Declaration
public float Position
Field Value
Type Description
System.Single

Properties

| Improve this Doc View Source

Montage

Montage reference

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