Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/ue5-main' into tile-excluder
Browse files Browse the repository at this point in the history
  • Loading branch information
kring committed Aug 31, 2023
2 parents 1c4b832 + b4cd856 commit 4a1af97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include "CesiumSubLevelSwitcherComponent.h"
#include "CesiumRuntime.h"
#include "CesiumSubLevelComponent.h"
#include "Engine/LevelStreaming.h"
#include "Engine/World.h"
Expand Down
3 changes: 2 additions & 1 deletion Source/CesiumRuntime/Private/Tests/CesiumTestHelpers.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

#pragma once

#include "CesiumRuntime.h"
#include "EngineUtils.h"
#include "Kismet/GameplayStatics.h"
#include "Misc/AutomationTest.h"
Expand All @@ -15,7 +16,7 @@ class UWorld;

namespace CesiumTestHelpers {

static UWorld* getGlobalWorldContext();
UWorld* getGlobalWorldContext();

template <typename T>
void waitForImpl(
Expand Down

0 comments on commit 4a1af97

Please sign in to comment.