Why does this equality check does not work for my blueprint?

Looks like you’re checking if the Overlapped Actor in the level is equal to a Blueprint from the Content Browser. They’re different.

I assume you want to check if the Overlapped Actor is of type BP_Zone?
If so, you need to use Cast to BP_Zone instead.

1 Like