Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UPrimitiveComponent
Description
Called when a component is unregistered. Called after DestroyRenderState_Concurrent and OnDestroyPhysicsState are called.
Virtual Inheritance
- UActorComponent::OnUnregister → USceneComponent::OnUnregister → UPrimitiveComponent::OnUnregister
Derived Overrides
- UInstancedStaticMeshComponent::OnUnregister
- UParticleSystemComponent::OnUnregister
- USkeletalMeshComponent::OnUnregister
- USkinnedMeshComponent::OnUnregister
- UStaticMeshComponent::OnUnregister
- UVectorFieldComponent::OnUnregister
| Name | OnUnregister |
| 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 OnUnregister()