Navigation
API > API/Plugins > API/Plugins/MetasoundEditor > API/Plugins/MetasoundEditor/UMetasoundEditorGraphMemberDefau-_6
Description
Returns the default literal casted as the given template type. Asserts if literal is not provided type and enforces type is supported by literal.
| Name | GetDefaultAs |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Public/MetasoundEditorGraph.h |
| Include Path | #include "MetasoundEditorGraph.h" |
template<typename T>
T GetDefaultAs
(
const FGuid & InPageID
) const