Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore
References
| Module | MetasoundGraphCore |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundBuilderInterface.h |
| Include | #include "MetasoundBuilderInterface.h" |
Syntax
struct FCreateOperatorParams
Remarks
FCreateOperatorParams holds the parameters provided to operator factories during the creation of an IOperator
Variables
| Type | Name | Description | |
|---|---|---|---|
| const IOperatorBuilder * | Builder | Pointer to builder actively building graph. | |
| const FMetasoundEnvironment & | Environment | Environment settings available. | |
| const FDataReferenceCollection & | InputDataReferences | Collection of input parameters available for to an IOperator. | |
| const INode & | Node | The node associated with this factory and the desired IOperator. | |
| const FOperatorSettings & | OperatorSettings | General operator settings for the graph. |
Operators
| Type | Name | Description | |
|---|---|---|---|
| Implicit conversion to FResetParams for convenience. |