Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore
Denotes that parameter pack arguments must be used in the constructor of the Metasound Data Type. The use of the FOperatorSettings is optional.
| |
|
| Name |
TExplicitArgsConstructorForwarding |
| 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 TExplicitArgsConstructorForwarding
Typedefs
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 |