Is it possible to bake lit material of an object into a texture file?

Yes, this should be doable. You can simply use a render target to capture a scene into a texture. You can simply then use baked information to export it into a separate scene or mesh that can be used elsewhere. You can read more about render targets here: Blueprints and Render Targets | Unreal Engine 4.27 Documentation

1 Like