ViaCognita
(ViaCognita)
1
Hi!
I’m developing a clone of Arkanoid. I have four actors: a ball, a brick, a wall and a goal. All of them inherit from AActor class.
The ball must block with the brick and the wall, and overlap with the goal. If all of them are actors? What should I do?
Do have I to create another collision preset for the Goal actor?
Thanks!
3dRaven
(3dRaven)
2
A separate collision for goal would be the way to go.
1 Like
ViaCognita
(ViaCognita)
3
OK. So, I have to create another collision preset, isn’t it?
Sorry, I’ve just started to learn Unreal.
Thanks a lot!
3dRaven
(3dRaven)
4
Setup intended reaction to goal
You can also set objects to type Goal and it’s reaction to other objects
2 Likes