![]() |
Cesium for Unreal 2.21.0
|
#include "CesiumGltf/PropertyTypeTraits.h"#include "CesiumMetadataValueType.h"#include "CesiumUtility/JsonValue.h"#include <cstdlib>#include <glm/common.hpp>#include <type_traits>Go to the source code of this file.
Classes | |
| struct | UnrealMetadataConversions |
Functions | |
| ECesiumMetadataBlueprintType | CesiumMetadataValueTypeToBlueprintType (FCesiumMetadataValueType ValueType) |
| Converts a FCesiumMetadataValueType to the best-fitting Blueprints type. | |
| ECesiumMetadataBlueprintType | CesiumMetadataTrueTypeToBlueprintType (ECesiumMetadataTrueType_DEPRECATED trueType) |
| ECesiumMetadataTrueType_DEPRECATED | CesiumMetadataValueTypeToTrueType (FCesiumMetadataValueType ValueType) |
| ECesiumMetadataBlueprintType CesiumMetadataTrueTypeToBlueprintType | ( | ECesiumMetadataTrueType_DEPRECATED | trueType | ) |
| ECesiumMetadataBlueprintType CesiumMetadataValueTypeToBlueprintType | ( | FCesiumMetadataValueType | ValueType | ) |
Converts a FCesiumMetadataValueType to the best-fitting Blueprints type.
| ValueType | The input metadata value type. |
| ECesiumMetadataTrueType_DEPRECATED CesiumMetadataValueTypeToTrueType | ( | FCesiumMetadataValueType | ValueType | ) |