Hello, I’m still a beginner at Unreal Engine.
By modularizing the functions of the actor through the Actor Component, the architecture in the unreal engine was carried out comfortably.
However, there were features to add to the Level Blueprint, and I approached it in the same way, but soon found that the Level Blueprint Component did not exist.
In my case, I would like to create a day/night circulation component and a weather change representation component to be processed by Level Blueprint.
I’m looking for a good way to do this. Please help me. Thank you.