16 lines
271 B
Markdown
Raw Normal View History

2023-08-18 20:11:04 +08:00
---
title: UE5动画重定向笔记
date: 2023-08-18 18:08:12
excerpt:
tags:
rating: ⭐
---
# ConvertAnimation()
2023-08-19 19:54:27 +08:00
主要逻辑位于`UAnimationEditorUtilityLibrary::ConvertAnimation()`或者`FIKRetargetBatchOperation::ConvertAnimation()`
2023-08-18 20:11:04 +08:00
# UIKRetargetProcessor