Navigation
API > API/Plugins > API/Plugins/MetasoundEngine > API/Plugins/MetasoundEngine/FMetasoundGeneratorHandle
References
| Module | MetasoundEngine |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEngine/Public/MetasoundGeneratorHandle.h |
| Include | #include "MetasoundGeneratorHandle.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEngine/Private/MetasoundGeneratorHandle.cpp |
static TSharedPtr < FMetasoundGeneratorHandle > Create
(
TWeakObjectPtr < UAudioComponent > && InAudioComponent
)
Remarks
Create a handle to a MetaSound generator on the given audio component The generator handle, if successfully created
Parameters
| Name | Description |
|---|---|
| InAudioComponent | The audio component to attach to |