Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Animation > UAnimCompress_BitwiseCompressOnly
- UAnimCompress::DoReduction()
- UAnimCompress_BitwiseCompressOnly::DoReduction()
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Animation/AnimCompress_BitwiseCompressOnly.h |
Include | #include "Animation/AnimCompress_BitwiseCompressOnly.h" |
Source | /Engine/Source/Runtime/Engine/Private/Animation/AnimCompress_BitwiseCompressOnly.cpp |
virtual bool DoReduction
&40;
const FCompressibleAnimData & CompressibleAnimData,
FCompressibleAnimDataResult & OutResult
&41;
Remarks
Implemented by child classes, this function reduces the number of keyframes in the specified sequence, given the specified skeleton (if needed). true if the keyframe reduction was successful.