Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore > API/Plugins/MetasoundGraphCore/IOperator
References
| Module | MetasoundGraphCore |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundOperatorInterface.h |
| Include | #include "MetasoundOperatorInterface.h" |
Syntax
struct FResetParams
Remarks
FResetOperatorParams holds the parameters provided to an IOperator's reset function.
Variables
| Type | Name | Description | |
|---|---|---|---|
| const FMetasoundEnvironment & | Environment | Environment settings available. | |
| const FGraphRenderCost * | GraphRenderCost | Object for tracking runtime render cost of a MetaSound | |
| const FOperatorSettings & | OperatorSettings | General operator settings for the graph. |