"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.
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 |