Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Default template for converting a template parameter to a literal argument type. | MetasoundLiteral.h | ||
| MetasoundLiteral.h |
Metasound::MetasoundLiteralIntrinsics::GetLiteralArgTypeFromDecayed()
Description
Default template for converting a template parameter to a literal argument type.
| Name | Metasound::MetasoundLiteralIntrinsics::GetLiteralArgTypeFromDecayed |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundLiteral.h |
| Include Path | #include "MetasoundLiteral.h" |
namespace Metasound
{
namespace MetasoundLiteralIntrinsics
{
template<typename... ArgTypes>
ELiteralType Metasound::MetasoundLiteralIntrinsics::GetLiteralArgTypeFromDecayed()
}
}
Metasound::MetasoundLiteralIntrinsics::GetLiteralArgTypeFromDecayed()
| Name | Metasound::MetasoundLiteralIntrinsics::GetLiteralArgTypeFromDecayed |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundLiteral.h |
| Include Path | #include "MetasoundLiteral.h" |
namespace Metasound
{
namespace MetasoundLiteralIntrinsics
{
template<>
ELiteralType Metasound::MetasoundLiteralIntrinsics::GetLiteralArgTypeFromDecayed()
}
}