Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UActorComponent
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
Derived Overrides
- UPrimitiveComponent::OnAsyncDestroyPhysicsStateEnd_GameThread
- UStaticMeshComponent::OnAsyncDestroyPhysicsStateEnd_GameThread
| Name | OnAsyncDestroyPhysicsStateEnd_GameThread |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Components/ActorComponent.h |
| Include Path | #include "Components/ActorComponent.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Components/ActorComponent.cpp |
virtual void OnAsyncDestroyPhysicsStateEnd_GameThread()