Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation > API/Runtime/Engine/Animation/UAnimCompress_RemoveLinearKeys
- UAnimCompress::DoReduction()
- UAnimCompress_RemoveLinearKeys::DoReduction()
- UAnimCompress_PerTrackCompression::DoReduction()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Animation/AnimCompress_RemoveLinearKeys.h |
| Include | #include "Animation/AnimCompress_RemoveLinearKeys.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Animation/AnimCompress_RemoveLinearKeys.cpp |
virtual bool DoReduction
(
const FCompressibleAnimData & CompressibleAnimData,
FCompressibleAnimDataResult & OutResult
)
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.