Navigation
API > API/Plugins > API/Plugins/MetasoundEngine > API/Plugins/MetasoundEngine/UMetasoundGeneratorHandle
Description
Get a shared pointer to the generator, if available. NOTE: while the shared pointer is safe to get from threads other than the audio render thread, not all methods on the generator are safe to use from other threads. Ensure you know what you're doing.
| Name | GetGenerator |
| 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 |
TSharedPtr < Metasound::FMetasoundGenerator > GetGenerator() const
A shared pointer to the generator, if available.