Navigation
API > API/Plugins > API/Plugins/MediaProfileEditor
Description
If there is an existing media profile set as the current profile, opens that media profile in the media profile editor. Otherwise, opens the asset creation dialog box to allow users to create a new media profile asset
| Name | UE::MediaProfile::Menus::OpenExistingOrCreateNewMediaProfile |
| Type | function |
| Header File | /Engine/Plugins/Media/MediaProfile/Source/MediaProfileEditor/Public/MediaProfileMenus.h |
| Include Path | #include "MediaProfileMenus.h" |
| Source | /Engine/Plugins/Media/MediaProfile/Source/MediaProfileEditor/Private/MediaProfileMenus.cpp |
namespace UE
{
namespace MediaProfile
{
namespace Menus
{
void UE::MediaProfile::Menus::OpenExistingOrCreateNewMediaProfile()
}
}
}