Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Components > API/Runtime/Engine/Components/ULightComponent
- UObject::BeginDestroy()
- UActorComponent::BeginDestroy()
- USceneComponent::BeginDestroy()
- ULightComponent::BeginDestroy()
- URectLightComponent::BeginDestroy()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Components/LightComponent.h |
| Include | #include "Components/LightComponent.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Components/LightComponent.cpp |
virtual void BeginDestroy&40;&41;
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.