Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UPrimitiveComponent
Description
Update current physics volume for this component, if bShouldUpdatePhysicsVolume is true. Overridden to use the overlaps to find the physics volume.
Virtual Inheritance
- USceneComponent::UpdatePhysicsVolume → UPrimitiveComponent::UpdatePhysicsVolume
| Name | UpdatePhysicsVolume |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Components/PrimitiveComponent.h |
| Include Path | #include "Components/PrimitiveComponent.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Components/PrimitiveComponent.cpp |
virtual void UpdatePhysicsVolume
(
bool bTriggerNotifiers
)