Cesium for Unreal 2.12.0
Loading...
Searching...
No Matches
FMetadataDescription Struct Reference

Description of metadata from a glTF that should be uploaded to the GPU for access in materials. More...

#include <CesiumEncodedMetadataComponent.h>

Public Attributes

TArray< FFeatureTableDescriptionFeatureTables
 Descriptions of feature tables to upload to the GPU.
 
TArray< FFeatureTextureDescriptionFeatureTextures
 Descriptions of feature textures to upload to the GPU.
 

Detailed Description

Description of metadata from a glTF that should be uploaded to the GPU for access in materials.

Definition at line 241 of file CesiumEncodedMetadataComponent.h.

Member Data Documentation

◆ FeatureTables

TArray<FFeatureTableDescription> FMetadataDescription::FeatureTables

Descriptions of feature tables to upload to the GPU.

Definition at line 251 of file CesiumEncodedMetadataComponent.h.

◆ FeatureTextures

TArray<FFeatureTextureDescription> FMetadataDescription::FeatureTextures

Descriptions of feature textures to upload to the GPU.

Definition at line 260 of file CesiumEncodedMetadataComponent.h.


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