Skip to content
Snippets Groups Projects
Commit cbfe0df2 authored by David Gilbert's avatar David Gilbert :bug:
Browse files

- Added now new module "DeveloperSettings" to Build.cs.

- Renamed UProperty to FProperty
parent 3116fb21
No related branches found
No related tags found
2 merge requests!9Update current master to develop,!54.26
......@@ -26,6 +26,7 @@ public class NDisplayLaunchButton : ModuleRules
new string[]
{
"Core",
"DeveloperSettings"
// ... add other public dependencies that you statically link with here ...
}
);
......
#pragma once
#include "CoreMinimal.h"
#include "Engine/EngineTypes.h"
#include "Engine/DeveloperSettings.h"
#include "NDisplayLaunchButtonSettings.generated.h"
UENUM(BlueprintType)
......@@ -24,6 +26,7 @@ enum ButtonLaunchType
ButtonLaunchType_ROLV UMETA(DisplayName = "ROLV")
};
UCLASS(config=Engine, defaultconfig, meta=(DisplayName="nDisplay Launch Button"))
class UNDisplayLaunchButtonSettings : public UDeveloperSettings
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment