Geometry Collection "Set Enable Gravity" does not work

When trying to set/change the gravity of Geometry Collection object in blueprint, it does not work. However, when the gravity is set manually from the “details” panel of the Geometry Collection, the “Enable Gravity” does work, it does change whether gravity is enabled or not.

Is this an engine related limitation that Geometry Collection gravity can not be changed during runtime, or is this a bug?

Screenshot_186

1 Like

I can see the exact same behavior in UE 5.3.2. Seems like a bug. Setting gravity at runtime basically does nothing, everything obeys the settings on the actor component.

Having dug through the sources as someone who can barely read C++, it looks like GeometryCollection components handle physics settings very differently than other components. May be intentional, may be broken, something is definitely afoot here.

1 Like

I’m running into the same issue on 5.3. I think they are actively working on the GeometryCollection stuff since things have changed from 5.1 already.