Victory BP - Get Rendered Actors Not Seeing Pawn
I'm using Get Not Rendered node from Rama's Victory BP plugin to end the game when the player goes out of view from a scrolling camera. My problem is that Get Not Renders and Get Rendered can see every single actor EXCEPT for my player pawn titled Penguin. I setup this test to use Get Rendered instead of Get Not Rendered so that it would instantly quit when Penguin spawns: So here's something weird that may explain it. If Penguin is spawned from PlayerStart1 it wont work. if I just drop a second Penguin actor into the start scene it will instantly quit like it should. Why does PlayerStart1 not allow Penguin to be seen by Get Rendered Actors? @Rama
(comments are locked)
|
Be the first one to answer this question
Follow this question
Once you sign in you will be able to subscribe for any updates here
Hrmmm, it looks like Penguin is being numbered every time I hit play, and the number changes. So it might be Penguin10...11...12...23?
Is there another way to achieve what I'm trying to do?