I have a custom actor class called “BlackHole”, which is supposed to spawn a new actor of class “DarkMatter” after being in existence for 5 seconds. For some reason, when my black hole actor spawns my dark matter actor, the dark matter static mesh I have selected does not show up in-editor. However, I can see that the dark matter has indeed spawned (according to the world outliner). I’ve been trying to figure this out for days with no success, why is the static mesh component not showing up? Any help is appreciated, thank you.