Hi folks!
I'm trying to determine how to get my KActors to not have collision with a certain class of pawn, while keeping normal collision with everything else.
I have a wall comprised of KActor bricks. I would like the AI controlled pawns to be able to walk through this wall, while keeping all other normal collision (both for the AI controlled pawns as well as for the player, who should not be able to walk through the wall).
I'm having difficulty even framing this question correctly, which is probably why I'm having difficulty finding a solution through searching. This may be super simple, and if it is I apologize, but after 2 hours of searching I figure it's time to just come out and ask.
Thanks!
Zach
I'm trying to determine how to get my KActors to not have collision with a certain class of pawn, while keeping normal collision with everything else.
I have a wall comprised of KActor bricks. I would like the AI controlled pawns to be able to walk through this wall, while keeping all other normal collision (both for the AI controlled pawns as well as for the player, who should not be able to walk through the wall).
I'm having difficulty even framing this question correctly, which is probably why I'm having difficulty finding a solution through searching. This may be super simple, and if it is I apologize, but after 2 hours of searching I figure it's time to just come out and ask.
Thanks!
Zach
Comment