Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation
Inheritance Hierarchy
- FCompressedOffsetDataBase
- FCompressedOffsetData
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Animation/AnimCompressionTypes.h |
| Include | #include "Animation/AnimCompressionTypes.h" |
Syntax
template<typename ArrayClass>
struct FCompressedOffsetDataBase
Variables
| Type | Name | Description | |
|---|---|---|---|
| ArrayClass | OffsetData | ||
| int32 | StripSize |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FCompressedOffsetDataBase
(
int32 InStripSize |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddUninitialized
(
int32 NumOfTracks |
||
| void | |||
| int32 | |||
| int32 | GetNumTracks () |
||
| const int32 | GetOffsetData
(
int32 StripIndex, |
||
| bool | IsValid () |
||
| void | SetOffsetData
(
int32 StripIndex, |
||
| void | SetStripSize
(
int32 InStripSize |