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.
TjgL 0108c69639 Added FMOD integration
Signed-off-by: TjgL <lithmoneo@gmail.com>
2025-02-22 14:19:53 +01:00

20 lines
344 B
C++

// Copyright (c), Firelight Technologies Pty, Ltd. 2012-2025.
#pragma once
#include "FMODEvent.h"
#include "FMODSnapshot.generated.h"
/**
* FMOD Snapshot Asset.
*/
UCLASS()
class FMODSTUDIO_API UFMODSnapshot : public UFMODEvent
{
GENERATED_UCLASS_BODY()
private:
/** Descriptive name */
virtual FString GetDesc() override;
};