Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation
Deprecated * FRequestAnimCompressionParams has been deprecated
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Animation/AnimSequence.h |
Include | #include "Animation/AnimSequence.h" |
Syntax
struct FRequestAnimCompressionParams
Remarks
Param structure for UAnimSequence::RequestAnimCompressionParams
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
bool | bAsyncCompression | Is the compression to be performed Async. |
![]() |
bool | bPerformFrameStripping | Should we attempt to do framestripping (removing every other frame from raw animation tracks) |
![]() |
bool | bPerformFrameStrippingOnOddNumberedFrames | If false we only perform frame stripping on even numbered frames (as a quality measure) |
![]() |
TSharedPtr< FAnimCompressContext > | CompressContext | Compression context. |
![]() |
const ITargetPlatform * | TargetPlatform |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FRequestAnimCompressionParams
(
bool bInAsyncCompression, |
||
![]() |
FRequestAnimCompressionParams
(
bool bInAsyncCompression, |
Constructors. |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
void | Frame stripping initialization funcs (allow stripping per platform) | |
![]() |
void |