|  | Cesium for Unreal 2.20.0
    | 
#include <CesiumMetadataUtilityBlueprintLibrary.h>
 
 | Static Public Member Functions | |
| static PRAGMA_DISABLE_DEPRECATION_WARNINGS const FCesiumMetadataPrimitive & | GetPrimitiveMetadata (const UPrimitiveComponent *component) | 
| Gets the primitive metadata of a glTF primitive component. | |
| static TMap< FString, FCesiumMetadataValue > | GetMetadataValuesForFace (const UPrimitiveComponent *component, int64 faceID) | 
| Gets the metadata of a face of a glTF primitive component. | |
| static TMap< FString, FString > | GetMetadataValuesAsStringForFace (const UPrimitiveComponent *component, int64 faceID) | 
| Gets the metadata as string of a face of a glTF primitive component. | |
| static int64 | GetFeatureIDFromFaceID (UPARAM(ref) const FCesiumMetadataPrimitive &Primitive, UPARAM(ref) const FCesiumFeatureIdAttribute &FeatureIDAttribute, int64 FaceID) | 
| Gets the feature ID associated with a given face for a feature id attribute. | |
Definition at line 15 of file CesiumMetadataUtilityBlueprintLibrary.h.
| 
 | static | 
Gets the feature ID associated with a given face for a feature id attribute.
| 
 | static | 
Gets the metadata as string of a face of a glTF primitive component.
If the component is not a Cesium glTF primitive component, the returned metadata is empty. If the primitive has multiple feature tables, the metadata in the first table is returned.
| 
 | static | 
Gets the metadata of a face of a glTF primitive component.
If the component is not a Cesium glTF primitive component, the returned metadata is empty. If the primitive has multiple feature tables, the metadata in the first table is returned.
| 
 | static | 
Gets the primitive metadata of a glTF primitive component.
If component is not a Cesium glTF primitive component, the returned metadata is empty