Show / Hide Table of Contents

Struct BlendSampleData

Transform definition

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 BlendSampleData

Fields

| Improve this Doc View Source

PreviousTime

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

SampleDataIndex

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

SamplePlayRate

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

Time

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

TotalWeight

Declaration
public float TotalWeight
Field Value
Type Description
System.Single

Properties

| Improve this Doc View Source

Animation

Animation

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