I was trying to make a simple tool with editor utility blueprint to render material to render texture but after some version of UE it started requiring World Context Object to do just that. What object can I provide as source of World Context Object?
PS My current solution is to create an actor, place it on the scene, add the function to it’s blueprint, mark function “Call In Editor” and use it from object’s “Details” tab.