Advertisement

How do I change material and collision on an overlapped area

Started by October 08, 2020 10:17 AM
1 comment, last by Shaarigan 3 years, 11 months ago

I'm trying to create something in Unreal and I'm not even sure if it can be done without a plugin. What I want to do is when the player shoots something, have a sphere spawns at the impact site. If this sphere overlaps a platform, I want the collision and material on that platform to change. The tricky bit is that I only want the overlapped area to change. How would I go about doing this?

None

You have to be able to manage everything in your scene on demand, so no static mesh batching can be performed or else you won't be able to modify the object. Everything else can be handled by a simple Sphere Cast to get everything in a certain area

This topic is closed to new replies.

Advertisement