RealtimeStyleTransferRuntime/Source/LyraGame/UI/Frontend/LyraLobbyBackground.h

22 lines
461 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 "Engine/DataAsset.h"
#include "LyraLobbyBackground.generated.h"
/**
* Developer settings / editor cheats
*/
UCLASS(config=EditorPerProjectUserSettings, MinimalAPI)
class ULyraLobbyBackground : public UPrimaryDataAsset
{
GENERATED_BODY()
public:
UPROPERTY(EditAnywhere, BlueprintReadOnly)
TSoftObjectPtr<UWorld> BackgroundLevel;
};