Cesium for Unreal 2.12.0
|
The delegate used to asynchronously return sampled heights. More...
#include <CesiumSampleHeightMostDetailedAsyncAction.h>
The delegate used to asynchronously return sampled heights.
Result | The result of the height sampling. This array contains the outputs for each input cartographic position. Each result has a HeightSampled property indicating whether the height was successfully sampled at that position, and a LongitudeLatitudeHeight property with the complete position, including the sampled height. If the sample was unsuccessful, the original position is returned. |
Warnings | Provides information about problems, if any, that were encountered while sampling heights. |
Definition at line 26 of file CesiumSampleHeightMostDetailedAsyncAction.h.