Navigation
API > API/Plugins > API/Plugins/MetasoundGenerator
Provides additional debug context for the operator the pool is interacting with.
| Name | FOperatorContext |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGenerator/Public/MetasoundOperatorCache.h |
| Include Path | #include "MetasoundOperatorCache.h" |
Syntax
struct FOperatorContext
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AssetPath | FTopLevelAssetPath | Path to asset with given operator (presets have different paths than graph asset) | MetasoundOperatorCache.h | |
| GraphAssetPath | FTopLevelAssetPath | Path to underlying graph asset. | MetasoundOperatorCache.h |
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FOperatorContext FromInitParams
(
const FGeneratorInitParams& InParams |
MetasoundOperatorCache.h |