Navigation
API > API/Plugins > API/Plugins/MetasoundEditor > API/Plugins/MetasoundEditor/UMetaSoundEditorSubsystem
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsPageAuditionPlatformCookTarget
(
FName InPageName |
Returns whether or not a page with the given name both exists and is set as a valid, cooked target for the currently set audition platform in editor. | MetasoundEditorSubsystem.h | |
bool IsPageAuditionPlatformCookTarget
(
const FGuid& InPageID |
MetasoundEditorSubsystem.h |
IsPageAuditionPlatformCookTarget(FName)
Description
Returns whether or not a page with the given name both exists and is set as a valid, cooked target for the currently set audition platform in editor.
| Name | IsPageAuditionPlatformCookTarget |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Public/MetasoundEditorSubsystem.h |
| Include Path | #include "MetasoundEditorSubsystem.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Private/MetasoundEditorSubsystem.cpp |
bool IsPageAuditionPlatformCookTarget
(
FName InPageName
) const
IsPageAuditionPlatformCookTarget(const FGuid &)
| Name | IsPageAuditionPlatformCookTarget |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Public/MetasoundEditorSubsystem.h |
| Include Path | #include "MetasoundEditorSubsystem.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Private/MetasoundEditorSubsystem.cpp |
bool IsPageAuditionPlatformCookTarget
(
const FGuid & InPageID
) const