Cesium for Unreal 2.12.0
Loading...
Searching...
No Matches
CesiumCommon.h
Go to the documentation of this file.
1// Copyright 2020-2024 CesiumGS, Inc. and Contributors
2
3#pragma once
4
5#include "Runtime/Launch/Resources/Version.h"
6
7#define ENGINE_VERSION_5_5_OR_HIGHER \
8 (ENGINE_MAJOR_VERSION > 5 || ENGINE_MINOR_VERSION >= 5)
9#define ENGINE_VERSION_5_4_OR_HIGHER \
10 (ENGINE_MAJOR_VERSION > 5 || ENGINE_MINOR_VERSION >= 4)