MrGrins
(MrGrins)
1
I’m trying to check for tags on an actor using an actor variable that the actor has been set to. It doesn’t seem to be working, is this possible?
Everynone
(Everynone)
2
Sounds like a pretty common thing to do. The pic did not get attached. My guess would be that the actor reference is invalid.
Xelj
(Xelj)
3
It works fine for me. Have you tried both variants of getting the tag, as in the screenshot below?
MrGrins
(MrGrins)
4
The actor is valid but still returns false on both. I’m doing this inside a Widget Blueprint, could that be the problem?
MrGrins
(MrGrins)
5
I just tried it inside an actor blueprint and it still returns false, so widget blueprint isn’t the problem.
Xelj
(Xelj)
6
Are you sure that set actor tag, not component tag?