5#include "Engine/DataAsset.h"
6#include "UObject/Object.h"
7#include "CesiumIonServer.generated.h"
10template <
typename T>
class Future;
61 AssetRegistrySearchable,
72 AssetRegistrySearchable,
84 AssetRegistrySearchable,
87 FString
ApiUrl =
"https://api.cesium.com";
96 AssetRegistrySearchable,
119 AssetRegistrySearchable,
Defines a Cesium ion Server.
static UCesiumIonServer * GetDefaultServer()
Gets the default Cesium ion Server (ion.cesium.com).
static void SetServerForNewObjects(UCesiumIonServer *Server)
Sets the current server to be assigned to new objects.
FString DefaultIonAccessToken
The default token used to access Cesium ion assets at runtime.
int64 OAuth2ApplicationID
The application ID to use to log in to this server using OAuth2.
static UCesiumIonServer * GetServerForNewObjects()
Gets the current server to be assigned to new objects.
FString DisplayName
The name to display for this server.
FString ServerUrl
The main URL of the Cesium ion server.
FString ApiUrl
The URL of the main API endpoint of the Cesium ion server.
FString DefaultIonAccessTokenId
The ID of the default access token to use to access Cesium ion assets at runtime.