Cesium for Unreal 2.12.0
Loading...
Searching...
No Matches
UCesiumMetadataPrimitiveBlueprintLibrary Class Reference

#include <CesiumMetadataPrimitive.h>

Inheritance diagram for UCesiumMetadataPrimitiveBlueprintLibrary:

Static Public Member Functions

static PRAGMA_DISABLE_DEPRECATION_WARNINGS const TArray< FCesiumFeatureIdAttributeGetFeatureIdAttributes (UPARAM(ref) const FCesiumMetadataPrimitive &MetadataPrimitive)
 Get all the feature ID attributes that are associated with the primitive.
 
static const TArray< FCesiumFeatureIdTextureGetFeatureIdTextures (UPARAM(ref) const FCesiumMetadataPrimitive &MetadataPrimitive)
 Get all the feature ID textures that are associated with the primitive.
 
static const TArray< FString > GetFeatureTextureNames (UPARAM(ref) const FCesiumMetadataPrimitive &MetadataPrimitive)
 Get all the feature textures that are associated with the primitive.
 
static int64 GetFirstVertexIDFromFaceID (UPARAM(ref) const FCesiumMetadataPrimitive &MetadataPrimitive, int64 FaceID)
 Gets the ID of the first vertex that makes up a given face of this primitive.
 

Detailed Description

Definition at line 66 of file CesiumMetadataPrimitive.h.

Member Function Documentation

◆ GetFeatureIdAttributes()

static PRAGMA_DISABLE_DEPRECATION_WARNINGS const TArray< FCesiumFeatureIdAttribute > UCesiumMetadataPrimitiveBlueprintLibrary::GetFeatureIdAttributes ( UPARAM(ref) const FCesiumMetadataPrimitive & MetadataPrimitive)
static

Get all the feature ID attributes that are associated with the primitive.

Parameters
MetadataPrimitiveThe FCesiumMetadataPrimitive to obtain the feature ID attributes from.

◆ GetFeatureIdTextures()

static const TArray< FCesiumFeatureIdTexture > UCesiumMetadataPrimitiveBlueprintLibrary::GetFeatureIdTextures ( UPARAM(ref) const FCesiumMetadataPrimitive & MetadataPrimitive)
static

Get all the feature ID textures that are associated with the primitive.

Parameters
MetadataPrimitiveThe FCesiumMetadataPrimitive to obtain the feature ID textures from.

◆ GetFeatureTextureNames()

static const TArray< FString > UCesiumMetadataPrimitiveBlueprintLibrary::GetFeatureTextureNames ( UPARAM(ref) const FCesiumMetadataPrimitive & MetadataPrimitive)
static

Get all the feature textures that are associated with the primitive.

Parameters
MetadataPrimitiveThe FCesiumMetadataPrimitive to obtain the feature texture names from.

◆ GetFirstVertexIDFromFaceID()

static int64 UCesiumMetadataPrimitiveBlueprintLibrary::GetFirstVertexIDFromFaceID ( UPARAM(ref) const FCesiumMetadataPrimitive & MetadataPrimitive,
int64 FaceID )
static

Gets the ID of the first vertex that makes up a given face of this primitive.

Parameters
MetadataPrimitiveThe FCesiumMetadataPrimitive to obtain the vertex ID from.
FaceIDThe ID of the face.

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