I attempted to dynamically create a static mesh in editor and save it into the level asset, but the SDF data is only correctly generated after reloading the level and setting ‘bGenerateMeshDistanceField’ on. This causes it to not be properly affected by Lumen.
How can I immediately generate SDF data after the static mesh is created, without needing to reload the level?