2 issues with SGameplayTagQueryEntryBox that a UDN customer noticed:
In SGameplayTagQueryEntryBox::OnEditButtonClicked, line 207 if the PropertyHandle for the FGameplayTagQuery is valid, the following call is made:
Args.Filter = UGameplayTagsManager::StaticGetCategoriesMetaFromPropertyHandle(PropertyHandle);
Which ignores UGameplayTagsManager::OnGetCategoriesMetaFromPropertyHandle, while in SGameplayTagQueryEntryBox::Construct line 57 the filter is correctly retrieved.
2. Also, it seems SGameplayTagQueryWidget::Construct is missing assignment of Filter:
{{}}
SGameplayTagQueryEntryBox is actually missing Filter = InArgs._Filter; in SGameplayTagQueryEntryBox::Construct, but also a condition around Args.Filter = UGameplayTagsManager::StaticGetCategoriesMetaFromPropertyHandle(PropertyHandle); in SGameplayTagQueryEntryBox::OnEditButtonClicked() (line 207).
Bind a custom delegate to UGameplayTagsManager::OnGetCategoriesMetaFromPropertyHandle
Notice that SGameplayTagQueryEntryBox::OnEditButtonClicked ignores UGameplayTagsManager::OnGetCategoriesMetaFromPropertyHandle
I am not able to find world outliner how to enable it?
How can i modify the param name in EQS node
Undefined sysmbol: typeinfo for AActor when cross-compile linux dedicated server on windows
Delay nodes occasionally don't fire the "Completed" output in a nativized build
Teleporter in the Creative Hub is Locked and cannot be accessed
How to achieve HLSL Multiple Render Target in Material blueprints?
When I open UE4 4.24.3 it appears that. Does anyone know how to solve?
What method is used to fill polygonal regions when drawing spline mesh at run time?
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-203486 in the post.