Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore
Denotes that both FOperatorSettings and parameter pack arguments must be used in the constructor of the Metasound Data Type.
| Name | TExplicitConstructorForwarding |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundDataFactory.h |
| Include Path | #include "MetasoundDataFactory.h" |
Syntax
template<typename DataType, typename... ArgTypes>
struct TExplicitConstructorForwarding
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| TConstructorTraits | TDataTypeConstructorTraits< DataType, ArgTypes... > | MetasoundDataFactory.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| bCannotForwardToConstructor | bool | MetasoundDataFactory.h | |
| bForwardArgs | bool | MetasoundDataFactory.h | |
| bForwardNone | bool | MetasoundDataFactory.h | |
| bForwardSettings | bool | MetasoundDataFactory.h | |
| bForwardSettingsAndArgs | bool | MetasoundDataFactory.h |