Import assets into Unreal 5 with the Python API

preview_player
Показать описание
This video covers the process for importing files into Unreal using the Python API.
Full code available at:
Introduction to the Unreal Python API:
Рекомендации по теме
Комментарии
Автор

Hey Isaac, thank you for posting these recent videos I have been trying to figure this stuff out for a bit now and this has been super helpful.

I followed your tutorial 1 for 1 for now as I learn this but I was getting an error in the output log saying "Error: [Failure] Import Done" with no further information, any idea what might be causing this?

dgl
Автор

Hi Isaac -
Up until just recently, I had been using UE4.7. Using your method, I was getting the meshes and everything organized in the original hierarchy. But, now that I'm in UE5.3.2 . . . all parts come into the project folder flat . . . no hierarchy. Is there anything I can do?

andrewtitcomb