We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f97b90c commit f43a28dCopy full SHA for f43a28d
Source/CesiumEditor/Private/CesiumEditor.cpp
@@ -1,4 +1,4 @@
1
-// Copyright 2020-2024 CesiumGS, Inc. and Contributors
+// Copyright 2020-2025 CesiumGS, Inc. and Contributors
2
3
#include "CesiumEditor.h"
4
#include "Cesium3DTileset.h"
@@ -29,7 +29,9 @@
29
#include "Styling/SlateStyle.h"
30
#include "Styling/SlateStyleRegistry.h"
31
32
+THIRD_PARTY_INCLUDES_START
33
#include <Cesium3DTilesSelection/Tileset.h>
34
+THIRD_PARTY_INCLUDES_END
35
36
constexpr int MaximumOverlaysWithDefaultMaterial = 3;
37
Source/CesiumEditor/Private/CesiumEditor.h
#pragma once
0 commit comments