Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Components > UStaticMeshComponent
- UActorComponent::OnUnregister()
- USceneComponent::OnUnregister()
- UPrimitiveComponent::OnUnregister()
- UStaticMeshComponent::OnUnregister()
- UXRDeviceVisualizationComponent::OnUnregister()
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Components/StaticMeshComponent.h |
Include | #include "Components/StaticMeshComponent.h" |
Source | /Engine/Source/Runtime/Engine/Private/Components/StaticMeshComponent.cpp |
virtual void OnUnregister&40;&41;
Remarks
Called when a component is unregistered. Called after DestroyRenderState_Concurrent and OnDestroyPhysicsState are called.