Hello, I have a system that works perfectly in one map without any errors. However, when I copy the same code, including the lights, to another map, I encounter errors. What could be the reason for this?
Hello!
I’ve run into this issue before, and it can be frustrating. From what you’ve described, it sounds like the problem might be that some references aren’t being set correctly in the new map. The errors you’re seeing indicate that the system is trying to access a Directional light actor
that doesn’t exist or isn’t assigned properly.
One common reason for this is that when you copied the code, the references to the specific light actors didn’t transfer over. Make sure all your references are set up correctly in the new map. Double-check that any Directional light actor
or other specific actors your code depends on are actually placed in the new map and properly referenced in your Blueprints.
Hope this helps! If you have more questions, feel free to ask.
I tried copying and pasting once again, it’s really interesting, thank you very much.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.