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 FBuildOperatorParams
Remarks
FBuildOperatorParams 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 FInputVertexInterfaceData & | InputData | Input data references for 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. |