Any ways to switch Game Play Tag in C++?

I know there is a way to switch Gameplay tag in blueprint?but there are any ways to switch in c++ or just use if statement?

No, you can’t use a switch with GameplayTags in C++. You have to rely on a series of if-else-if checks.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.