Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
Description
Executable DataTypes require a copy of the output to operate on whereas non-executable types do not. Avoid copy by assigning to reference for non-executable types.
| Name | Metasound::TExecutableLiteralOperator |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundLiteralNode.h |
| Include Path | #include "MetasoundLiteralNode.h" |
namespace Metasound
{
Metasound::TExecutableLiteralOperator
(
const FOperatorSettings & InSettings,
const FLiteral & InLiteral
)
}