Navigation
API > API/Plugins > API/Plugins/VCamCore > API/Plugins/VCamCore/UVCamComponent
- UActorComponent::OnComponentDestroyed()
- USceneComponent::OnComponentDestroyed()
- UVCamComponent::OnComponentDestroyed()
References
| Module | VCamCore |
| Header | /Engine/Plugins/Experimental/VirtualCameraCore/Source/VCamCore/Public/VCamComponent.h |
| Include | #include "VCamComponent.h" |
| Source | /Engine/Plugins/Experimental/VirtualCameraCore/Source/VCamCore/Private/VCamComponent.cpp |
virtual void OnComponentDestroyed
&40;
bool bDestroyingHierarchy
&41;
Remarks
Called when a component is destroyed
Parameters
| Name | Description |
|---|---|
| bDestroyingHierarchy | True if the entire component hierarchy is being torn down, allows avoiding expensive operations |