This repository has been archived on 2025-04-18. You can view files and clone it, but cannot push or open issues or pull requests.
LegumeMix/Plugins/FMODStudio/Source/FMODStudioEditor/Classes/FMODGenerateAssetsCommandlet.h
TjgL 0108c69639 Added FMOD integration
Signed-off-by: TjgL <lithmoneo@gmail.com>
2025-02-22 14:19:53 +01:00

21 lines
418 B
C++

// Copyright (c), Firelight Technologies Pty, Ltd.
#pragma once
#include "CoreMinimal.h"
#include "Commandlets/Commandlet.h"
#include "FMODGenerateAssetsCommandlet.generated.h"
/**
*
*/
UCLASS()
class UFMODGenerateAssetsCommandlet : public UCommandlet
{
GENERATED_UCLASS_BODY()
//~ Begin UCommandlet Interface
virtual int32 Main(const FString &Params) override;
//~ End UCommandlet Interface
};