The "IsOverlappingActor" test isn't a yes/no on overlapping any actor, but a test against a specific one.
When you use the IsOverlappingActor node to determine whether or not something is overlapping another actor, it returns false regardless of whether or not you're actually overlapping another actor.
Reproduced in 4.8.3, 4.9.1 and Main CL: 2700641.
1. Open attached project (Overlapping Actor Test)
2. Drag Testing Overlapping into the level.
3. Click the floor and ensure Generate Overlap Events is checked
4. Move the collision you just placed into the level so that it is colliding with the floor.
5. PIE
6. Press the L key, which will fire off the IsOverlappingActor test.
Result: IsOverlappingActor returns false, even though the collision is overlapping the floor.
Expected: IsOverlappingActor would return true.
Head over to the existing Questions & Answers thread and let us know what's up.
0 |
Component | UE - Gameplay |
---|---|
Affects Versions | 4.8.3, 4.9.1 |
Target Fix | 4.12 |
Created | Sep 23, 2015 |
---|---|
Resolved | Apr 6, 2016 |
Updated | Apr 27, 2018 |