tranek / GASDocumentation

My understanding of Unreal Engine 5's GameplayAbilitySystem plugin with a simple multiplayer sample project.
MIT License
4.36k stars 799 forks source link

Load gameplay tags from project `GameplayTagTableList` in plugin? #140

Closed Ciberusps closed 3 weeks ago

Ciberusps commented 3 weeks ago

How to load gameplay tags from project GameplayTagTableList in plugin? Looks like UGameplayTagsManager::Get().LoadGameplayTagTables(); dont work

Ciberusps commented 3 weeks ago

found solution, my plugin load order was PreLoadingScreen, so I changed on Default that fixed my issue, all tags both native and from tables now loads before plugin