You've already forked LuckyWorld
new consol settings
This commit is contained in:
@ -35,6 +35,15 @@ enum class ERobotsName : uint8
|
||||
SO100Robot UMETA(DisplayName = "SO100 Arm Robot")
|
||||
};
|
||||
|
||||
UENUM(BlueprintType)
|
||||
enum class EUnrealBuildType : uint8
|
||||
{
|
||||
None UMETA(DisplayName = "Unknown build configuration"),
|
||||
Debug UMETA(DisplayName = "Debug build configuration"),
|
||||
Development UMETA(DisplayName = "Development build configuration"),
|
||||
Shipping UMETA(DisplayName = "Shipping build configuration")
|
||||
};
|
||||
|
||||
UENUM(BlueprintType)
|
||||
enum class ELevelType : uint8
|
||||
{
|
||||
|
Reference in New Issue
Block a user