Alright, if you have the Astral Warden placed in the level from the editor, there is a chance that Unreal might be initializing it before the Floating Text Spawner actor. Could you add a Delay node with say 1 second interval at the start of its Event Begin Play before calling the Get All Actors of Class node? This will let us know if it’s an issue with initialization order.