Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Metasound::Frontend::ForEachLiteral
(
const FMetasoundFrontendDocument& InDoc, |
Execute the provided function for each literal on a FMetasoundFrontendDocument filtered by the given PageID. | MetasoundFrontendDocument.h | |
void Metasound::Frontend::ForEachLiteral
(
const FMetasoundFrontendGraphClass& InGraphClass, |
Execute the provided function for each literal on a FMetasoundFrontendGraphClass filtered by the given PageID. | MetasoundFrontendDocument.h |
Metasound::Frontend::ForEachLiteral(const FMetasoundFrontendDocument &, FForEachLiteralFunctionRef, const FGuid &)
Description
Execute the provided function for each literal on a FMetasoundFrontendDocument filtered by the given PageID.
| Name | Metasound::Frontend::ForEachLiteral |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendDocument.h |
| Include Path | #include "MetasoundFrontendDocument.h" |
namespace Metasound
{
namespace Frontend
{
void Metasound::Frontend::ForEachLiteral
(
const FMetasoundFrontendDocument & InDoc,
FForEachLiteralFunctionRef OnLiteral,
const FGuid & InPageID
)
}
}
Metasound::Frontend::ForEachLiteral(const FMetasoundFrontendGraphClass &, FForEachLiteralFunctionRef, const FGuid &)
Description
Execute the provided function for each literal on a FMetasoundFrontendGraphClass filtered by the given PageID.
| Name | Metasound::Frontend::ForEachLiteral |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendDocument.h |
| Include Path | #include "MetasoundFrontendDocument.h" |
namespace Metasound
{
namespace Frontend
{
void Metasound::Frontend::ForEachLiteral
(
const FMetasoundFrontendGraphClass & InGraphClass,
FForEachLiteralFunctionRef OnLiteral,
const FGuid & InPageID
)
}
}