"Find in Blueprints" does not turn up results when searching a GameplayAttribute by name, even when there is a GameplayEffect blueprint that has a modifier for that GameplayAttribute.
This is because Find in Blueprints only searches for node-based variable references and blueprint-added variables. Variable references that are present in the default properties of a blueprint are not indexed right now. One use case where this is important is in renaming native variables like gameplay attributes, there's no good way to find all the assets that might be affected without loading every single asset. This is not technically a blueprint-specific issues as the same problem is true for Data Assets and custom assets, but users often try to use Find in Blueprints to do this because it sounds like it should be possible.
Expected: "Find in Blueprints" shows a result when searching for a GameplayAttribute by its name and that attribute is modified by a GameplayEffect.
Expected: It finds the modifier in GE_MyGameplayEffect.
How does TextureRenderTarget2D get TArray<uint8> type data?
Why does the REMOVE method of map container remove elements have memory leaks?
What is the cause of the packaging error falling back to 'GameUserSettings' in ue5?
How do I set a material as a post-processing material?
How to delete some elements correctly when deleting an array loop?
UMG RichText not appear image when packaged
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-173345 in the post.
0 |
Component | UE - Gameplay |
---|---|
Affects Versions | 5.0, 5.1 |
Created | Jan 4, 2023 |
---|---|
Updated | May 3, 2024 |