|
Cesium for Unreal 2.12.0
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
5#include "Runtime/Launch/Resources/Version.h"
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)