Cesium for Unreal 2.12.0
Loading...
Searching...
No Matches
UCesiumSampleHeightMostDetailedAsyncAction Class Reference

#include <CesiumSampleHeightMostDetailedAsyncAction.h>

Inheritance diagram for UCesiumSampleHeightMostDetailedAsyncAction:

Public Member Functions

virtual void Activate () override
 

Static Public Member Functions

static UCesiumSampleHeightMostDetailedAsyncActionSampleHeightMostDetailed (ACesium3DTileset *Tileset, const TArray< FVector > &LongitudeLatitudeHeightArray)
 Asynchronously samples the height of the tileset at a list of cartographic positions, each expressed as a Longitude (X) and Latitude (Y) in degrees.
 

Public Attributes

FCesiumSampleHeightMostDetailedComplete OnHeightsSampled
 Called when height has been sampled at all of the given positions.
 

Detailed Description

Definition at line 29 of file CesiumSampleHeightMostDetailedAsyncAction.h.

Member Function Documentation

◆ Activate()

virtual void UCesiumSampleHeightMostDetailedAsyncAction::Activate ( )
overridevirtual

◆ SampleHeightMostDetailed()

static UCesiumSampleHeightMostDetailedAsyncAction * UCesiumSampleHeightMostDetailedAsyncAction::SampleHeightMostDetailed ( ACesium3DTileset * Tileset,
const TArray< FVector > & LongitudeLatitudeHeightArray )
static

Asynchronously samples the height of the tileset at a list of cartographic positions, each expressed as a Longitude (X) and Latitude (Y) in degrees.

The Height (Z) provided on input is ignored unless the sampling fails at that position, in which case it is passed through to the output.

Parameters
TilesetThe tileset from which to query heights.
LongitudeLatitudeHeightArrayThe array of cartographic positions at which to query heights, with Longitude in the X component and Latitude in the Y component.

Member Data Documentation

◆ OnHeightsSampled

FCesiumSampleHeightMostDetailedComplete UCesiumSampleHeightMostDetailedAsyncAction::OnHeightsSampled

Called when height has been sampled at all of the given positions.

The Result property contains an element for each input position and in the same order. The Warnings property provides information about problems that were encountered while sampling heights.

Definition at line 59 of file CesiumSampleHeightMostDetailedAsyncAction.h.


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