#include <CesiumPrimitiveMetadata.h>
Definition at line 58 of file CesiumPrimitiveMetadata.h.
◆ 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()
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: