Cesium for Unreal 2.18.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< FCesiumPropertyAttribute > & GetPropertyAttributes (UPARAM(ref) const FCesiumPrimitiveMetadata &PrimitiveMetadata)
 Get the property attributes that are associated with the primitive.
 
static PRAGMA_DISABLE_DEPRECATION_WARNINGS 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 58 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 PRAGMA_DISABLE_DEPRECATION_WARNINGS const TArray< int64 > & UCesiumPrimitiveMetadataBlueprintLibrary::GetPropertyAttributeIndices ( UPARAM(ref) const FCesiumPrimitiveMetadata & PrimitiveMetadata)
static

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

◆ GetPropertyAttributes()

static const TArray< FCesiumPropertyAttribute > & UCesiumPrimitiveMetadataBlueprintLibrary::GetPropertyAttributes ( UPARAM(ref) const FCesiumPrimitiveMetadata & PrimitiveMetadata)
static

Get the property attributes that are associated with the primitive.

◆ 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: