Navigation
Unreal Engine C++ API Reference > Runtime > AudioMixer > Components > USynthComponent
- UObject::BeginDestroy()
- UActorComponent::BeginDestroy()
- USceneComponent::BeginDestroy()
- USynthComponent::BeginDestroy()
- UAudioCaptureComponent::BeginDestroy()
- UPixelStreamingAudioComponent::BeginDestroy()
- UVoipListenerSynthComponent::BeginDestroy()
References
Module | AudioMixer |
Header | /Engine/Source/Runtime/AudioMixer/Public/Components/SynthComponent.h |
Include | #include "Components/SynthComponent.h" |
Source | /Engine/Source/Runtime/AudioMixer/Private/Components/SynthComponent.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.