Hello! Im looking for a way to get GameplayTag from Hit Actor in line trace. With actor tags its very simple, similar methods with GameplayTags dont seem to work and there is very limited information online. Is there a way to do this?
Thanks!
Hello! Im looking for a way to get GameplayTag from Hit Actor in line trace. With actor tags its very simple, similar methods with GameplayTags dont seem to work and there is very limited information online. Is there a way to do this?
Thanks!
Thanks for the answer, maybe im setting up the actor incorrectly, but for me i cant get the tag of the actor hit.
I have the gameplay tag as an exposed variable in my Actor, screenshot below
Your class needs to implement the IGameplayTagAssetInterface and store a FGameplayTagContainer.
I think this can only be done in C++ (unless it has changed recently).
This article has helpful info for getting started.
Time to learn C++, thanks for the answer