vault backup: 2023-12-11 19:15:43

This commit is contained in:
2023-12-11 19:15:43 +08:00
parent 1d494d0bca
commit 1f74347e19
3 changed files with 122 additions and 1 deletions

View File

@@ -102,4 +102,13 @@ void UBVHImportFactory::RecursiveReadKeysFromNode(IAnimationDataController& Cont
# UE5中使用FBXSDK导入动画逻辑
- UAnimSequence * UEditorEngine::ImportFbxAnimation
- UAnimSequence * UnFbx::FFbxImporter::ImportAnimations
- UAnimSequence * UnFbx::FFbxImporter::ImportAnimations
UE5中FBXSDK相关函数调用方式
- bool FFbxImporter::OpenFile(FString Filename)
- bool FFbxImporter::ImportFile(FString Filename, bool bPreventMaterialNameClash /*=false*/)
# 参考
1. Interchange\\Runtime\\Source\\Parsers
1. InterchangeFbxParser.Build.cs
2. FbxInclude.hFBXSDK头文件包含问题。