Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Animation/AnimCompressionDerivedDataPublic.h |
| Include | #include "Animation/AnimCompressionDerivedDataPublic.h" |
Syntax
class FAsyncCompressedAnimationsManagement
Functions
| Type | Name | Description | |
|---|---|---|---|
| FAsyncCompressedAnimationsManagement & | Get () |
||
| int32 | Returns the number of remaining compression jobs (used for UI) | ||
| bool | RequestAsyncCompression
(
FDerivedDataAnimationCompression& Compressor, |
Request an async compression of an animation, may not actually run async if memory usage is already high Returns true if an async compression task was allowed. | |
| bool | WaitOnExistingCompression
(
UAnimSequence* Anim, |
Blocks on compression for the supplied animation. |