fixed issue
This commit is contained in:
@ -0,0 +1,22 @@
|
||||
// Copyright (c), Firelight Technologies Pty, Ltd. 2012-2023.
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "FMODAsset.h"
|
||||
#include "FMODBank.generated.h"
|
||||
|
||||
/**
|
||||
* FMOD Bank Asset.
|
||||
*/
|
||||
UCLASS()
|
||||
class FMODSTUDIO_API UFMODBank : public UFMODAsset
|
||||
{
|
||||
GENERATED_UCLASS_BODY()
|
||||
|
||||
private:
|
||||
/** Get tags to show in content view */
|
||||
virtual void GetAssetRegistryTags(TArray<FAssetRegistryTag> &OutTags) const override;
|
||||
|
||||
/** Descriptive name */
|
||||
virtual FString GetDesc() override;
|
||||
};
|
Reference in New Issue
Block a user