#include <CesiumModelMetadata.h>
Definition at line 44 of file CesiumModelMetadata.h.
◆ GetFeatureTables()
Get all the feature tables for this model metadata.
◆ GetFeatureTextures()
Get all the feature textures for this model metadata.
◆ GetModelMetadata()
static const FCesiumModelMetadata & UCesiumModelMetadataBlueprintLibrary::GetModelMetadata |
( |
const UPrimitiveComponent * | component | ) |
|
|
static |
Gets the model metadata of a glTF primitive component.
If component is not a Cesium glTF primitive component, the returned metadata is empty.
◆ GetPropertyTable()
Gets the property table at the specified index for this model metadata.
If the index is out-of-bounds, this returns an invalid property table.
◆ GetPropertyTables()
Gets an array of all the property tables for this model metadata.
◆ GetPropertyTablesAtIndices()
static const TArray< FCesiumPropertyTable > UCesiumModelMetadataBlueprintLibrary::GetPropertyTablesAtIndices |
( |
UPARAM(ref) const FCesiumModelMetadata & | ModelMetadata, |
|
|
const TArray< int64 > & | Indices ) |
|
static |
Gets the property table at the specified indices for this model metadata.
An invalid property table will be returned for any out-of-bounds index.
◆ GetPropertyTexture()
Gets the property table at the specified index for this model metadata.
If the index is out-of-bounds, this returns an invalid property table.
◆ GetPropertyTextures()
Gets an array of all the property textures for this model metadata.
◆ GetPropertyTexturesAtIndices()
Gets an array of the property textures at the specified indices for this model metadata.
The documentation for this class was generated from the following file: