Cesium for Unreal 2.12.0
Loading...
Searching...
No Matches
UnrealMetadataConversions.h File Reference
#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)
 

Function Documentation

◆ CesiumMetadataTrueTypeToBlueprintType()

ECesiumMetadataBlueprintType CesiumMetadataTrueTypeToBlueprintType ( ECesiumMetadataTrueType_DEPRECATED trueType)

◆ CesiumMetadataValueTypeToBlueprintType()

ECesiumMetadataBlueprintType CesiumMetadataValueTypeToBlueprintType ( FCesiumMetadataValueType ValueType)

Converts a FCesiumMetadataValueType to the best-fitting Blueprints type.

Parameters
ValueTypeThe input metadata value type.

◆ CesiumMetadataValueTypeToTrueType()

ECesiumMetadataTrueType_DEPRECATED CesiumMetadataValueTypeToTrueType ( FCesiumMetadataValueType ValueType)