hello
i would like to create a tight sphere and put my start actor inside of it.
of course have collision so actor remains inside.
second , would like have a material placed on thet Sphere and that it can be shown inside of it.
any ideas how to start?
thanks!
Arlyn
(Arlyn)
December 13, 2018, 3:51pm
2
Hi Bobo,
For the sphere, make a sphere mesh and set the mesh to use ‘complex collision as simple’ in the static mesh properties. This will make the collision match the vertices of the sphere.
For the material you’d want to make it translucent: Using Transparency | Unreal Engine Documentation
(Make sure to also set the material as two sided)
Hope this helps!
1 Like
thanks a lot !
where is the complex collision as simple you are referring ?
Arlyn
(Arlyn)
December 14, 2018, 1:35pm
4
I think its with static mesh settings … but try using the search bar at the top.
Here is the documentation for it too https://docs.unrealengine.com/en-us/…impleVsComplex
AlroyChiang
(ThumbsUpGetHelper)
August 13, 2024, 8:35am
5
thanks! this helped me even in 2024