// 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 BackgroundLevel; };