Im working on a project, using a lot of interfaces. now i marked a function deprecated.
How can i generate a list of the blueprints that use this marked for deprecation function ?
Can not find it inside the tools windows.
Thanks in advandge
Im working on a project, using a lot of interfaces. now i marked a function deprecated.
How can i generate a list of the blueprints that use this marked for deprecation function ?
Can not find it inside the tools windows.
Thanks in advandge
IIRC, a deprecated function throws an error if you try to compile the blueprint using it.
Otherwise, you can right click on the function declaration, click find references, and then click the little binoculars icon that shows up in the corner of the find window. This will show you every use of that function in your project.
This is what it looks like in UE4, and it’s the same functionally in UE5: