Hi all, I’m hoping for some pointers on something I’m stuck on here.
At the moment, I’m using the Asset Registry to get all actors within a directory path and loading them into an array:
Now this works great in the editor, but not at all in a packaged project. I’ve found out from the documentation that the Asset Registry only really works in editor so that’s that mystery solved.
My question is: How would I achieve this to work in a packaged project?
Thanks!