npruehs / ue4-rts

Real-time strategy plugin and showcase for Unreal Engine 4.
MIT License
747 stars 151 forks source link

Updated documentation for gameplay tags #132

Closed coolyoshi closed 4 years ago

coolyoshi commented 4 years ago

I believe this could be related to the issue mentioned in https://github.com/npruehs/ue4-rts/issues/57. I ran into the same issue and I think the documentation is a bit misleading.

npruehs commented 4 years ago

Hey @coolyoshi ,

the documentation is correct and tells you to add the DT_RTSGameplayTags asset to the Gameplay Tag Table List. That asset adds all gameplay tags required for the plugin. You might need to enable "Show Plugin Content" to be able to do so.

You should be able to see an example in the project settings of the RTSProject example:

image

coolyoshi commented 4 years ago

Hey @coolyoshi ,

the documentation is correct and tells you to add the DT_RTSGameplayTags asset to the Gameplay Tag Table List. That asset adds all gameplay tags required for the plugin. You might need to enable "Show Plugin Content" to be able to do so.

You should be able to see an example in the project settings of the RTSProject example:

image

Oh sorry new to ue4 and wasn't aware you could do that. Thanks for the screenshot, will close the PR