Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/FMetaSoundFrontendDocumentBuilde-
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetTemplateProperties
(
TFunctionRef< void(TStructView< FMetaSoundFrontendDocumentTemplate >)> SetPropertyFunction |
Update the given document template inline using the internal struct view passed to a given function. | MetasoundFrontendDocumentBuilder.h | |
bool SetTemplateProperties
(
TFunctionRef< void(TConfig&)> SetPropertyFunction |
If struct type of function coincides with that of the given builder's MetaSound configuration, sets the given document template properties inline using the internal struct view passed to a given function. Returns true if set function successfully executed, false if not. | MetasoundFrontendDocumentBuilder.h |
SetTemplateProperties(TFunctionRef< void(TStructView< FMetaSoundFrontendDocumentTemplate >)>)
Description
Update the given document template inline using the internal struct view passed to a given function.
| Name | SetTemplateProperties |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendDocumentBuilder.h |
| Include Path | #include "MetasoundFrontendDocumentBuilder.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Private/MetasoundFrontendDocumentBuilder.cpp |
void SetTemplateProperties
(
TFunctionRef < void< FMetaSoundFrontendDocumentTemplate >)> SetPropertyFunction
)
SetTemplateProperties(TFunctionRef< void(TConfig &)>)
Description
If struct type of function coincides with that of the given builder's MetaSound configuration, sets the given document template properties inline using the internal struct view passed to a given function. Returns true if set function successfully executed, false if not.
| Name | SetTemplateProperties |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendDocumentBuilder.h |
| Include Path | #include "MetasoundFrontendDocumentBuilder.h" |
template<typename TConfig>
bool SetTemplateProperties
(
TFunctionRef < void> SetPropertyFunction
)