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