Skip to content

Commit

Permalink
Added missing includes
Browse files Browse the repository at this point in the history
  • Loading branch information
coderespawn committed May 26, 2024
1 parent 8b12873 commit a71df90
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#include "Utils/PrefabricatorFunctionLibrary.h"

#include "Engine/CollisionProfile.h"
#include "Engine/World.h"

ECollisionChannel FConstructionSystemUtils::FindPrefabSnapChannel()
{
Expand Down
8 changes: 2 additions & 6 deletions Source/PrefabricatorRuntime/Private/Prefab/PrefabTools.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,11 @@
#include "Utils/PrefabricatorService.h"
#include "Utils/PrefabricatorStats.h"

#include "Engine/Selection.h"
#include "EngineUtils.h"
#include "Components/PrimitiveComponent.h"
#include "Engine/World.h"
#include "GameFramework/Actor.h"
#include "HAL/UnrealMemory.h"
#include "PropertyPathHelpers.h"
#include "Serialization/ObjectAndNameAsStringProxyArchive.h"
#include "Serialization/ObjectReader.h"
#include "Serialization/ObjectWriter.h"
#include "UObject/NoExportTypes.h"

DEFINE_LOG_CATEGORY_STATIC(LogPrefabTools, Log, All);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#include "Utils/PrefabricatorService.h"

#include "Engine/EngineTypes.h"
#include "Engine/Level.h"
#include "Engine/World.h"

/////////////////////////// FPrefabricatorService ///////////////////////////
Expand Down

0 comments on commit a71df90

Please sign in to comment.