bComponentShouldUpdatePhysicsVolume

If true, enables bShouldUpdatePhysicsVolume on the UpdatedComponent during initialization from [SetUpdatedComponent()](API\Runtime\Engine\GameFramework\UMovementComponent\SetUpdatedComponent), otherwise disables such updates.

Windows
MacOS
Linux

Syntax

uint8 bComponentShouldUpdatePhysicsVolume: 1

Remarks

If true, enables bShouldUpdatePhysicsVolume on the UpdatedComponent during initialization from SetUpdatedComponent(), otherwise disables such updates. Only enabled if bAutoRegisterPhysicsVolumeUpdates is true. WARNING: UpdatePhysicsVolume is potentially expensive if overlap events are also disabled because it requires a separate query against all physics volumes in the world.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss