Navigation
API > API/Plugins > API/Plugins/ACLPluginEditor
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UCommandlet
- UACLStatsDumpCommandlet
References
| Module | ACLPluginEditor |
| Header | /Engine/Plugins/Animation/ACLPlugin/Source/ACLPluginEditor/Classes/ACLStatsDumpCommandlet.h |
| Include | #include "ACLStatsDumpCommandlet.h" |
Syntax
UCLASS&40;&41;
class UACLStatsDumpCommandlet : public UCommandlet
Remarks
This commandlet is used to extract and dump animation compression statistics.
See cpp implementation for example usage and supported arguments.
Variables
| Type | Name | Description | |
|---|---|---|---|
| UAnimBoneCompressionCodec_ACL * | ACLCodec | ||
| UAnimBoneCompressionSettings * | ACLCompressionSettings | ||
| FString | ACLRawDir | ||
| UAnimBoneCompressionSettings * | AutoCompressionSettings | ||
| UAnimCompress_RemoveLinearKeys * | KeyReductionCodec | ||
| UAnimBoneCompressionSettings * | KeyReductionCompressionSettings | ||
| FString | OutputDir | ||
| bool | PerformClipExtraction | ||
| bool | PerformCompression | ||
| bool | PerformExhaustiveDump | ||
| bool | ResumeTask | ||
| bool | SkipAdditiveClips | ||
| bool | TryACLCompression | ||
| bool | TryAutomaticCompression | ||
| bool | TryKeyReduction | ||
| bool | TryKeyReductionRetarget |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UACLStatsDumpCommandlet
(
const FObjectInitializer& ObjectInitializer |