Struct BlendSample
Sample data
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 BlendSample
Fields
| Improve this Doc View SourcebIsValid
Declaration
public bool bIsValid
Field Value
Type | Description |
---|---|
System.Boolean |
bSnapToGrid
Declaration
public bool bSnapToGrid
Field Value
Type | Description |
---|---|
System.Boolean |
RateScale
Declaration
public float RateScale
Field Value
Type | Description |
---|---|
System.Single |
Properties
| Improve this Doc View SourceAnimation
Animation
Declaration
public AnimSequence Animation { get; set; }
Property Value
Type | Description |
---|---|
AnimSequence |