Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Animation/AnimStreamable.h |
| Include | #include "Animation/AnimStreamable.h" |
Syntax
class FAnimStreamableChunk
Variables
| Type | Name | Description | |
|---|---|---|---|
| FByteBulkData | BulkData | Bulk data if stored in the package. | |
| FCompressedAnimSequence * | CompressedAnimSequence | Compressed Data for this chunk (if nullptr then data needs to be loaded via BulkData) | |
| int32 | NumFrames | ||
| float | SequenceLength | ||
| float | StartTime |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| SIZE_T | |||
| void | Serialize
(
FArchive& Ar, |
Serialization. |