Navigation
API > API/Plugins > API/Plugins/MetasoundEngine > API/Plugins/MetasoundEngine/UMetasoundGeneratorHandle
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 |
TSharedPtr < Metasound::FMetasoundGenerator > GetGenerator() const
Remarks
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. A shared pointer to the generator, if available.