Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend
References
| Module | MetasoundFrontend |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundLiteralNode.h |
| Include | #include "MetasoundLiteralNode.h" |
namespace Metasound
{
Metasound&58;&58;TExecutableLiteralOperator
&40;
const FOperatorSettings & InSettings,
const FLiteral & InLiteral
&41;
}
Remarks
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.