Navigation
API > API/Plugins > API/Plugins/MetasoundEngine > API/Plugins/MetasoundEngine/UMetaSoundBuilderBase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetTemplateProperties
(
TFunctionRef< void(TStructView< FMetaSoundFrontendDocumentTemplate >)> SetPropertiesFunction |
Passes view of struct along for mutating properties, firing OnDocumentTemplateChanged on completion and immediately reconfigures the MetaSound. | MetasoundBuilderBase.h | |
bool SetTemplateProperties
(
TFunctionRef< void(TConfig&)> SetPropertyFunction |
MetasoundBuilderBase.h |
SetTemplateProperties(TFunctionRef< void(TStructView< FMetaSoundFrontendDocumentTemplate >)>)
Description
Passes view of struct along for mutating properties, firing OnDocumentTemplateChanged on completion and immediately reconfigures the MetaSound.
| Name | SetTemplateProperties |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEngine/Public/MetasoundBuilderBase.h |
| Include Path | #include "MetasoundBuilderBase.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEngine/Private/MetasoundBuilderBase.cpp |
void SetTemplateProperties
(
TFunctionRef < void< FMetaSoundFrontendDocumentTemplate >)> SetPropertiesFunction
)
SetTemplateProperties(TFunctionRef< void(TConfig &)>)
| Name | SetTemplateProperties |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEngine/Public/MetasoundBuilderBase.h |
| Include Path | #include "MetasoundBuilderBase.h" |
template<typename TConfig>
bool SetTemplateProperties
(
TFunctionRef < void> SetPropertyFunction
)