Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Components > API/Runtime/Engine/Components/UMeshComponent
- UObject::BeginDestroy()
- UActorComponent::BeginDestroy()
- USceneComponent::BeginDestroy()
- UPrimitiveComponent::BeginDestroy()
- UMeshComponent::BeginDestroy()
- UInstancedStaticMeshComponent::BeginDestroy()
- USkinnedMeshComponent::BeginDestroy()
- UStaticMeshComponent::BeginDestroy()
- UInstancedStaticMeshComponent::BeginDestroy()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Components/MeshComponent.h |
| Include | #include "Components/MeshComponent.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Components/MeshComponent.cpp |
virtual void BeginDestroy()
Remarks
Called before destroying the object. This is called immediately upon deciding to destroy the object, to allow the object to begin an asynchronous cleanup process.