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