Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore > API/Plugins/MetasoundGraphCore/FLiteral
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FLiteral () |
Construct a literal param with no arguments. | MetasoundLiteral.h | |
FLiteral
(
ArgType&& Arg |
Construct a literal param with a single argument. | MetasoundLiteral.h |
FLiteral()
Description
Construct a literal param with no arguments.
| Name | FLiteral |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundLiteral.h |
| Include Path | #include "MetasoundLiteral.h" |
FLiteral()
FLiteral(ArgType &&)
Description
Construct a literal param with a single argument.
| Name | FLiteral |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundLiteral.h |
| Include Path | #include "MetasoundLiteral.h" |
template<typename ArgType, typename std::enable_if< TIsSupportedLiteralType< ArgType >::Value, int >::type>
FLiteral
(
ArgType && Arg
)