Fix Stuff
This commit is contained in:
parent
55d2a1a45c
commit
62cf609a89
11 changed files with 321 additions and 39 deletions
|
@ -1,17 +0,0 @@
|
|||
#pragma once
|
||||
|
||||
#include "CoreMinimal.h"
|
||||
#include "Device.generated.h"
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
UENUM(BlueprintType)
|
||||
enum class EDevice : uint8
|
||||
{
|
||||
DESKTOP UMETA(DisplayName = "Desktop"),
|
||||
LAPTOP UMETA(DisplayName = "Laptop"),
|
||||
HANDHELD UMETA(DisplayName = "Handheld"),
|
||||
|
||||
STEAM_DECK UMETA(DisplayName = "Steam Deck")
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue