unitysamples / LyraStarterGame /Source /LyraGame /UI /LyraGameViewportClient.h
Alexhas2's picture
Add files using upload-large-folder tool
7fd553e verified
// Copyright Epic Games, Inc. All Rights Reserved.
#pragma once
#include "CommonGameViewportClient.h"
#include "LyraGameViewportClient.generated.h"
class UGameInstance;
class UObject;
UCLASS(BlueprintType)
class ULyraGameViewportClient : public UCommonGameViewportClient
{
GENERATED_BODY()
public:
ULyraGameViewportClient();
virtual void Init(struct FWorldContext& WorldContext, UGameInstance* OwningGameInstance, bool bCreateNewAudioDevice = true) override;
};