How can I modify the aircraft in UE5.3? #1238
-
Beta Was this translation helpful? Give feedback.
Answered by
gallonmate
Feb 24, 2025
Replies: 1 comment 1 reply
-
The plugin only comes with one visual 3D mesh. If you want to change the visual mesh, you have to import and create new 3D mesh. Once you have a new mesh, you can change the visual mesh in SkeletalMeshComponent of the blueprint. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
zhaoxiaotai
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The plugin only comes with one visual 3D mesh. If you want to change the visual mesh, you have to import and create new 3D mesh. Once you have a new mesh, you can change the visual mesh in SkeletalMeshComponent of the blueprint.