Cesium for Unreal 2.18.0
Loading...
Searching...
No Matches
UCesiumLoadGeoJsonDocumentFromIonAsyncAction Class Reference

#include <CesiumGeoJsonDocument.h>

Inheritance diagram for UCesiumLoadGeoJsonDocumentFromIonAsyncAction:

Public Member Functions

virtual void Activate () override
 

Static Public Member Functions

static UCesiumLoadGeoJsonDocumentFromIonAsyncActionLoadFromIon (int64 AssetId, const UCesiumIonServer *CesiumIonServer, const FString &IonAccessToken)
 Attempts to load a GeoJSON document from a Cesium ion asset.
 

Public Attributes

FCesiumGeoJsonDocumentAsyncLoadDelegate OnLoadResult
 
int64 AssetId
 
FString IonAccessToken
 
const UCesiumIonServerCesiumIonServer
 

Detailed Description

Definition at line 99 of file CesiumGeoJsonDocument.h.

Member Function Documentation

◆ Activate()

virtual void UCesiumLoadGeoJsonDocumentFromIonAsyncAction::Activate ( )
overridevirtual

◆ LoadFromIon()

static UCesiumLoadGeoJsonDocumentFromIonAsyncAction * UCesiumLoadGeoJsonDocumentFromIonAsyncAction::LoadFromIon ( int64 AssetId,
const UCesiumIonServer * CesiumIonServer,
const FString & IonAccessToken )
static

Attempts to load a GeoJSON document from a Cesium ion asset.

If the provided IonAccessToken is an empty string, the DefaultIonAccessToken from the provided CesiumIonServer will be used instead.

If successful, Success will be true and Document will contain the loaded document.

Member Data Documentation

◆ AssetId

int64 UCesiumLoadGeoJsonDocumentFromIonAsyncAction::AssetId

Definition at line 129 of file CesiumGeoJsonDocument.h.

◆ CesiumIonServer

const UCesiumIonServer* UCesiumLoadGeoJsonDocumentFromIonAsyncAction::CesiumIonServer

Definition at line 133 of file CesiumGeoJsonDocument.h.

◆ IonAccessToken

FString UCesiumLoadGeoJsonDocumentFromIonAsyncAction::IonAccessToken

Definition at line 130 of file CesiumGeoJsonDocument.h.

◆ OnLoadResult

FCesiumGeoJsonDocumentAsyncLoadDelegate UCesiumLoadGeoJsonDocumentFromIonAsyncAction::OnLoadResult

Definition at line 125 of file CesiumGeoJsonDocument.h.


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