Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UPrimitiveComponent
Description
Called on the GameThread once the component's physics state is destroyed. If necessary, free caches.
Virtual Inheritance
- IAsyncPhysicsStateProcessor::OnAsyncDestroyPhysicsStateEnd_GameThread → UActorComponent::OnAsyncDestroyPhysicsStateEnd_GameThread → UPrimitiveComponent::OnAsyncDestroyPhysicsStateEnd_GameThread
Derived Overrides
| Name | OnAsyncDestroyPhysicsStateEnd_GameThread |
| 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 OnAsyncDestroyPhysicsStateEnd_GameThread()