Files
UnrealEngine/Engine/Plugins/Experimental/MotoSynth/Source/MotoSynthEditor/Public/SoundWaveAssetActionExtenderMotoSynth.h
2025-05-18 13:04:45 +08:00

12 lines
223 B
C++

// Copyright Epic Games, Inc. All Rights Reserved.
#pragma once
class FMotoSynthExtension
{
public:
static void RegisterMenus();
static void ExecuteCreateMotoSynthSource(const struct FToolMenuContext& MenuContext);
};