Navigation
API > API/Plugins > API/Plugins/MetasoundEngine > API/Plugins/MetasoundEngine/FMetasoundGeneratorHandle
Description
Enable the profiling of the MetaSound render for this playing instance. You must call this before calling "GetRuntimeCPUCoreUtilization" (below) or you will just get 0.0 back for core utilization.
| Name | EnableRuntimeRenderTiming |
| 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 |
void EnableRuntimeRenderTiming
(
bool Enable
)