Is there a way to iterate over gameplay definitions?

Try this

#include "GameplayTagsManager.h"

FGameplayTag Parent = FGameplayTag::RequestGameplayTag("A.C");
FGameplayTagContainer Children = UGameplayTagsManager::Get().RequestGameplayTagChildren(Parent);
1 Like