Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore > API/Plugins/MetasoundGraphCore/FOperatorSettings
Description
Set the target block rate in Hz.
In order to achieve SIMD alignment, target block rates must be adjusted to match the boundaries of the given sample rate and SIMD alignment. GetActualBlockRate() returns the true block rate after adhering to sample rate and SIMD boundaries.
| Name | SetTargetBlockRate |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundOperatorSettings.h |
| Include Path | #include "MetasoundOperatorSettings.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Private/MetasoundOperatorSettings.cpp |
void SetTargetBlockRate
(
float InTargetBlockRate
)