Fixing the "INVALID ACTOR FILES" Error in Unreal Engine 5

Sdílet
Vložit
  • čas přidán 20. 08. 2024
  • If you are working in Unreal Engine 5, you will likely experience an error in your object outliner stating that you have invalid actor files. I have found a solution to this error that keeps my project consistent and is easy to use. Follow along and be plagued by this error no longer!
    Subscribe to keep up with the latest: / @keltickgamedev

Komentáře • 19

  • @BelfrostStudios
    @BelfrostStudios Před 2 měsíci

    Using only blueprints and this popped up. Glad to see people with code have a resolution lol

  • @Tinkerbell_1980
    @Tinkerbell_1980 Před 5 měsíci +1

    So i have this error as well, but this error is on the unreal editor for fortnite. I do not know how to get ride of it, i have no verse code in my island. Could you be of any help? Any ideas?

    • @KeltickGameDev
      @KeltickGameDev  Před 5 měsíci

      Unfortunately I have no experience in the Fortnite editor, but I imagine the fix is similar, there is going to be some sort of disconnect between your cpp and world.
      After rebuilding I would give a look through your scene and try to find objects that could be out of sync, and then remove / recreate them as you see fit to try and find the culprit.
      I hope this gives you some direction, and I apologize I don't have anything further to offer!

    • @Tinkerbell_1980
      @Tinkerbell_1980 Před 5 měsíci

      How will i know what is out of sync? Cause even assets that are from fortnite themselves are disappearing, like water, ziplines etc, checkpoints, if it would be just my imported assets, yeah that would make sense, but even fortnite assets are gone. How would i be able to rebuild? @@KeltickGameDev

    • @Tinkerbell_1980
      @Tinkerbell_1980 Před 5 měsíci

      But no need for apologies, i really appreciate your message back, sorry to be a bother, i am ready to pull my hear out, cause i have been at this for two weeks now, more people have the same issue, bug reports are filed, but there are no answers.@@KeltickGameDev

    • @KeltickGameDev
      @KeltickGameDev  Před 5 měsíci

      @@Tinkerbell_1980 Now that is a good question, I am not 100% sure.
      I will assume you have rebuilt the project in your code editor already.
      Have you made any changes to the assets that are disappearing? Or have you made a child class of any of them per chance?

    • @Tinkerbell_1980
      @Tinkerbell_1980 Před 5 měsíci

      The rebuild in vs code goes over my head, have looked at your video, that option does not come up for me, so i do not know what to do in there to be honest, i am still a noob when it comes to creative 2.0, still learning, so an error like this turns my world upside down@@KeltickGameDev

  • @antonioortega9255
    @antonioortega9255 Před 7 měsíci

    That helped me bro!! Thank you!!

    • @KeltickGameDev
      @KeltickGameDev  Před 7 měsíci

      Glad it helped to shed some light on what was happening! Good luck out there!