Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Animation/AnimCompress.h |
| Include | #include "Animation/AnimCompress.h" |
Syntax
struct FAnimCompressContext
Remarks
FAnimCompressContext - Context information / storage for use during animation compression
Variables
Constructors
| Type | Name | Description | |
|---|---|---|---|
FAnimCompressContext
(
const FAnimCompressContext& Rhs |
If we are duping a compression context we don't want the CompressionSummary to output. | ||
FAnimCompressContext
(
bool bInOutput, |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FAnimCompressContext & | operator=
(
const FAnimCompressContext& |
Unlike the copy constructor, this will copy the CompressionSummary, but the class is deprecated anyway. |