Navigation
API > API/Plugins > API/Plugins/MetasoundEngine > API/Plugins/MetasoundEngine/FMetasoundGeneratorHandle
Description
Get the id for the UAudioComponent associated with this handle. NOTE: Be sure to check IsValid() before expecting a valid return from this method.
| Name | GetAudioComponentId |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEngine/Public/MetasoundGeneratorHandle.h |
| Include Path | #include "MetasoundGeneratorHandle.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEngine/Private/MetasoundGeneratorHandle.cpp |
uint64 GetAudioComponentId() const
The audio component's id, or INDEX_NONE if the component is no longer valid.