-
Notifications
You must be signed in to change notification settings - Fork 286
Asset Search
Krzysiek Justyński edited this page Apr 10, 2022
·
19 revisions
Searching inside Flow Assets is available since version 1.3.
It's based on the engine plugin added in UE 4.26. The plugin is marked as beta, probably because of the search performance.
It requires a trivial change in the engine code, so it's not available in launcher engine builds at the moment. Vote on this Pull Request, if you'd like Epic to include this change in the next engine version.
If you're compiling your own engine version, you can easily unlock this feature.
- Merge the aforementioned pull request.
- Open
FFlowAssetIndexer
class in the FlowEditor module and follow the instructions in the comments.
- Make sure the
Asset Search
plugin is enabled in your project. - Open
Search
tab. You can do this viaTools
menu in UE5, orWindow
menu in UE4. - If you never used this Search yet, check the status of "missing indexes assets" in the bottom right corner. Click it, it gonna index all assets supported by the Asset Search. It can take many minutes, depending on your project size.
- Wait until indexing finishes and the status in the bottom left corner is
Ready
again.
Got any questions? Discuss things related to the plugin on the dedicated Discord server.