Navigation
API > API/Runtime > API/Runtime/Engine
| Name | FCompressionMemorySummary |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Classes/Animation/AnimCompress.h |
| Include Path | #include "Animation/AnimCompress.h" |
Syntax
class FCompressionMemorySummary
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCompressionMemorySummary
(
bool bInEnabled |
Animation/AnimCompress.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FCompressionMemorySummary() |
Animation/AnimCompress.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AverageError | float | Animation/AnimCompress.h | ||
| bEnabled | bool | Animation/AnimCompress.h | ||
| bPerformedCompression | bool | Animation/AnimCompress.h | ||
| bUsed | bool | Animation/AnimCompress.h | ||
| ErrorCount | float | Animation/AnimCompress.h | ||
| ErrorTotal | float | Stats across all animations. | Animation/AnimCompress.h | |
| NumberOfAnimations | int32 | Animation/AnimCompress.h | ||
| TotalAfterCompressed | int64 | Animation/AnimCompress.h | ||
| TotalBeforeCompressed | int64 | Animation/AnimCompress.h | ||
| TotalCompressionExecutionTime | double | Total time spent compressing animations. | Animation/AnimCompress.h | |
| TotalRaw | int64 | Animation/AnimCompress.h | ||
| WorstAnimationError | FMaxErrorStatTracker< FErrorTrackerWorstAnimation, float, 10 > | Track the animations with the largest average error. | Animation/AnimCompress.h | |
| WorstBoneError | FMaxErrorStatTracker< FErrorTrackerWorstBone, float, 10 > | Track the largest errors on a single bone. | Animation/AnimCompress.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void GatherPostCompressionStats
(
const FCompressedAnimSequence& CompressedData, |
Animation/AnimCompress.h | ||
void GatherPreCompressionStats
(
int32 RawSize, |
Animation/AnimCompress.h |