RealtimeStyleTransferRuntime/Source/LyraGame/UI/LyraGameViewportClient.h

19 lines
477 B
C
Raw Normal View History

2022-05-23 18:41:30 +00:00
// Copyright Epic Games, Inc. All Rights Reserved.
#pragma once
#include "CoreMinimal.h"
#include "CommonGameViewportClient.h"
#include "LyraGameViewportClient.generated.h"
UCLASS(BlueprintType)
class ULyraGameViewportClient : public UCommonGameViewportClient
{
GENERATED_BODY()
public:
ULyraGameViewportClient();
virtual void Init(struct FWorldContext& WorldContext, UGameInstance* OwningGameInstance, bool bCreateNewAudioDevice = true) override;
};