If you have just come from: ParentMesh-to-arm
This is the Unreal Engine parts to re-assemble your model into an actor
Some setup is required in your Unreal project
Turn on the Python Scripting plugin in your project!!!
Copy the contents of Unreal into your project
Change these file names to match your project
- Source/ProjectName
- Source/ProjectName/ProjectName.Build.cs
- Source/ProjectName/ProjectName.cpp
- Source/ProjectName/ProjectName.h
- Source/ProjectName.Target.cs
- Source/ProjectNameEditor.Target.cs
OR copy the changes from inside them to your existing files
Copy Me to: Content/Utils in your UE project
Copy me to: Content/Base in your UE project
Change this path to your project path!