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

#include <CesiumPrimitiveMetadata.h>

Inheritance diagram for UCesiumPrimitiveMetadataBlueprintLibrary:

Static Public Member Functions

static const FCesiumPrimitiveMetadataGetPrimitiveMetadata (const UPrimitiveComponent *component)
 Gets the primitive metadata of a glTF primitive component.
 
static const TArray< int64 > & GetPropertyTextureIndices (UPARAM(ref) const FCesiumPrimitiveMetadata &PrimitiveMetadata)
 Get the indices of the property textures that are associated with the primitive.
 
static const TArray< int64 > & GetPropertyAttributeIndices (UPARAM(ref) const FCesiumPrimitiveMetadata &PrimitiveMetadata)
 Get the indices of the property attributes that are associated with the primitive.
 

Detailed Description

Definition at line 52 of file CesiumPrimitiveMetadata.h.

Member Function Documentation

◆ GetPrimitiveMetadata()

static const FCesiumPrimitiveMetadata & UCesiumPrimitiveMetadataBlueprintLibrary::GetPrimitiveMetadata ( const UPrimitiveComponent * component)
static

Gets the primitive metadata of a glTF primitive component.

If component is not a Cesium glTF primitive component, the returned metadata is empty.

◆ GetPropertyAttributeIndices()

static const TArray< int64 > & UCesiumPrimitiveMetadataBlueprintLibrary::GetPropertyAttributeIndices ( UPARAM(ref) const FCesiumPrimitiveMetadata & PrimitiveMetadata)
static

Get the indices of the property attributes that are associated with the primitive.

This can be used to retrieve the actual property attributes from the model's FCesiumModelMetadata.

◆ GetPropertyTextureIndices()

static const TArray< int64 > & UCesiumPrimitiveMetadataBlueprintLibrary::GetPropertyTextureIndices ( UPARAM(ref) const FCesiumPrimitiveMetadata & PrimitiveMetadata)
static

Get the indices of the property textures that are associated with the primitive.

This can be used to retrieve the actual property textures from the model's FCesiumModelMetadata.


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