Updated UE5 from 5.0.2 to 5.0.3, and the issue still occurs. Cutting/editing other grouped static and skeletal meshes work fine though, which is a bit bizarre since the Cube is the simplest static mesh there is. Any ideas?
Did you try it with a cube you made in modelling mode? ( rather than what looks like the engine cube )
Turns out that was the issue. The cube from the Engine content itself cannot be desecrated.
Itâs sacredâŚ
Same error here. But even using a cube in modeling mode it doesnât work.
I did solve it creating another project from zero. Fortunately all things I had were pure experimental.
Just curios. It wonât bend 3d text either. any suggestions?
I havenât done curved 3D text, or seen tutorial on how to do it, but I might have an idea. Does it display a âCANNOT MODIFY BUILT-IN ENGINE ASSETâ error?
If so, the way I solved this issue as @ClockworkOcean suggested is to not modify items directly from the Engine content folder (Fixed it using shapes from Modeling mode).
If thatâs not the issue, you should start a new topic with more details about your issue as it is a bit out of this topicâs scope (Is it part of UE5 or a separate addon/Plugin? Does it show a pop-up error, if so what does it say? etc. etc.).
Sorry if I couldnât help further. Best of luck on your troubleshooting.
thank you so much. Iâm gonna tinker away at it. Iâll reply once I find a way! p.s on a brighter note I trouble shot another problem after a few days so Iâm riding that victory for now lol
That worked, But when I try to dublicate that same cube and I cut it, it cuts all of the copied ones as well
Thatâs because theyâre all copies of the same mesh.
If you want a cut cube, you can only place it in the scene once. Then you have to place normal cubes for all the others
I solved it by using: TRANSFORM â CONVERT. After that i was able to use DEFORM etcâŚ
is there a special menu for TRANSFORM â CONVERT?
MODELING MODE- TAB TRANSFORM - CONVERT (TRANSFORM located between deform and mesh ops
THANKS!!!
Sorry i missed the question⌠i guess u already know:
Modeling Mode â Transform â Convert
If youâve already spent the time to carefully scale, rotate, position a buit-in engine asset like a cube or whatever and you have a âdoh!â moment when you try to alter the UV and Unreal says âsorry! No can do!â Do the following (note, this example is for a cube so it will say âcubeâ in my instructions).
- With that object selected, go to the top menu (top left) in Unreal and select âActorâ
- In that menu drop-down, choose âConvert âCubeâ To Static Mesh.â
- choose where you want to save it, then save.
- you have to drag that new static mesh into your scene. It wonât have your edits like scale, position, etc.
Thatâs it. But if you really want to save time, do these additional steps:
-
select the unreal asset that you previously took the time to position, scale, texture, etc. and over in its Details panel (usually right side of screen) under the General tab, RIGHT click on text that says âTransformâ and in that menu, choose âCopy All Properties in Category.â
-
Now select that new static mesh that you dragged into the scene and in its Details panel, click on the word âTransformâ but this time choose: âPaste All Properties in Category.â
Done. Donât forget to delete or move the original Unreal Asset or your new static mesh will be sitting precisely on top of it and cause weird render issues.
Thanks!!It works perfectly