Hey guys,
in my BP-only project I have a Primary Data Asset class that I want to use to automatically load information from. This is working fine when playing in PIE or in a packaged shipping build, but not when running in standalone mode. “Get Primary Asset Id List” simply returns an empty array in this case.
Primary Data Asset class:
Data Assets:
This is my GameMode that tries to load the assets and would create widgets for each. This is what’s not working in standalone:
This is how I configured the Asset Manager in the project settings:
Could you please help me to find out what I am doing wrong?