Reorganised some files.

This commit is contained in:
Jamie Greunbaum 2023-04-05 00:32:37 -04:00
parent 0db0d2ad1d
commit 5f26d8e587
6 changed files with 5 additions and 8 deletions

View File

@ -4,13 +4,12 @@
#include "BugMarkerActor.h" #include "BugMarkerActor.h"
#include "BugMarkerSubsystem.h" #include "BugMarkerSubsystem.h"
#include "EngineUtils.h"
#include "ExitingBugPlacementScreen.h" #include "ExitingBugPlacementScreen.h"
#include "UnrealzillaGlobalSettings.h" #include "UnrealzillaGlobalSettings.h"
#include "BugzillaJSONStructs.h"
#include "Components/MaterialBillboardComponent.h" #include "Components/MaterialBillboardComponent.h"
#include "Components/SphereComponent.h" #include "Components/SphereComponent.h"
#include "EngineUtils.h"
#include "GameFramework/Character.h" #include "GameFramework/Character.h"
#include "GameFramework/FloatingPawnMovement.h" #include "GameFramework/FloatingPawnMovement.h"
#include "HAL/IConsoleManager.h" #include "HAL/IConsoleManager.h"

View File

@ -3,7 +3,6 @@
#include "BugSubmissionForm.h" #include "BugSubmissionForm.h"
#include "BugMarkerActor.h" #include "BugMarkerActor.h"
//#include "BugPlacerPawn.h"
#include "BugMarkerSubsystem.h" #include "BugMarkerSubsystem.h"
#include "CommonButtonBase.h" #include "CommonButtonBase.h"
#include "CommonTextBlock.h" #include "CommonTextBlock.h"

View File

@ -6,7 +6,6 @@
#include "BugFormButton.h" #include "BugFormButton.h"
#include "CommonActivatableWidget.h" #include "CommonActivatableWidget.h"
#include "BugzillaJSONStructs.h"
#include "Interfaces/IHttpRequest.h" #include "Interfaces/IHttpRequest.h"
#include "Interfaces/IHttpResponse.h" #include "Interfaces/IHttpResponse.h"

View File

@ -31,7 +31,9 @@ namespace UnrealBuildTool.Rules
"CoreUObject", "CoreUObject",
"Engine", "Engine",
"InputCore", "InputCore",
"DeveloperSettings" "DeveloperSettings",
"UMG",
"CommonUI"
} }
); );
@ -40,9 +42,7 @@ namespace UnrealBuildTool.Rules
{ {
"HTTP", "HTTP",
"Json", "Json",
"JsonUtilities", "JsonUtilities"
"UMG",
"CommonUI"
} }
); );
} }