Actor Mobility is unclear

I’m confused about the mobilitiy I can set for a StaticMeshActor. Hereit says:

So I assumed a StaticMeshActor can only be static or movable… But why is it then possible to set it stationary? Hovering over the stationary button says, that the object can be changed but not moved and enables cached lighting methods “Cached Dynamic Shadows”. But I cant find anything about “Cached Dynamic Shadows”…

Thanks for pointing that out! I’ll get that fixed up soon.

The info there is from before there was cached dynamic lighting and stationary mobility was not used for static meshes.

The info you’re looking for is Shadow Map Caching found here: https://docs.unrealengine.com/en-US/Engine/Rendering/LightingAndShadows/LightMobility/DynamicLights

1 Like

Ah nice! Thx for the update and notification!