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 SourcePreviousTime
Declaration
public float PreviousTime
Field Value
Type | Description |
---|---|
System.Single |
SampleDataIndex
Declaration
public int SampleDataIndex
Field Value
Type | Description |
---|---|
System.Int32 |
SamplePlayRate
Declaration
public float SamplePlayRate
Field Value
Type | Description |
---|---|
System.Single |
Time
Declaration
public float Time
Field Value
Type | Description |
---|---|
System.Single |
TotalWeight
Declaration
public float TotalWeight
Field Value
Type | Description |
---|---|
System.Single |
Properties
| Improve this Doc View SourceAnimation
Animation
Declaration
public AnimSequence Animation { get; set; }
Property Value
Type | Description |
---|---|
AnimSequence |