Cesium for Unreal 2.12.0
Loading...
Searching...
No Matches
FCesiumSubLevel Struct Reference

#include <CesiumSubLevel.h>

Public Attributes

FString LevelName
 The plain name of the sub level, without any prefixes.
 
bool Enabled = true
 Whether this sub-level is enabled.
 
double LevelLatitude = 0.0
 The WGS84 latitude in degrees of where this level should sit on the globe, in the range [-90, 90].
 
double LevelLongitude = 0.0
 The WGS84 longitude in degrees of where this level should sit on the globe, in the range [-180, 180].
 
double LevelHeight = 0.0
 The height in meters above the WGS84 globe this level should sit.
 
double LoadRadius = 0.0
 How far in meters from the sublevel local origin the camera needs to be to load the level.
 
bool CanBeEnabled = false
 

Detailed Description

Definition at line 20 of file CesiumSubLevel.h.

Member Data Documentation

◆ CanBeEnabled

bool FCesiumSubLevel::CanBeEnabled = false

Definition at line 86 of file CesiumSubLevel.h.

◆ Enabled

bool FCesiumSubLevel::Enabled = true

Whether this sub-level is enabled.

An enabled sub-level will be automatically loaded when the camera moves within its LoadRadius and no other levels are closer, and the Georeference will be updated so that this level's Longitude, Latitude, and Height bcome (0, 0, 0) in the Unreal World. A sub-level that is not enabled will be ignored by Cesium.

If this option is greyed out, check that World Composition is enabled in the World Settings and that this sub-level is in a Layer that has Distance-based streaming DISABLED.

Definition at line 44 of file CesiumSubLevel.h.

◆ LevelHeight

double FCesiumSubLevel::LevelHeight = 0.0

The height in meters above the WGS84 globe this level should sit.

Definition at line 73 of file CesiumSubLevel.h.

◆ LevelLatitude

double FCesiumSubLevel::LevelLatitude = 0.0

The WGS84 latitude in degrees of where this level should sit on the globe, in the range [-90, 90].

Definition at line 54 of file CesiumSubLevel.h.

◆ LevelLongitude

double FCesiumSubLevel::LevelLongitude = 0.0

The WGS84 longitude in degrees of where this level should sit on the globe, in the range [-180, 180].

Definition at line 64 of file CesiumSubLevel.h.

◆ LevelName

FString FCesiumSubLevel::LevelName

The plain name of the sub level, without any prefixes.

Definition at line 27 of file CesiumSubLevel.h.

◆ LoadRadius

double FCesiumSubLevel::LoadRadius = 0.0

How far in meters from the sublevel local origin the camera needs to be to load the level.

Definition at line 83 of file CesiumSubLevel.h.


The documentation for this struct was generated from the following file: