Cesium for Unreal 2.12.0
|
Description of metadata from a glTF that should be uploaded to the GPU for access in materials. More...
#include <CesiumEncodedMetadataComponent.h>
Public Attributes | |
TArray< FFeatureTableDescription > | FeatureTables |
Descriptions of feature tables to upload to the GPU. | |
TArray< FFeatureTextureDescription > | FeatureTextures |
Descriptions of feature textures to upload to the GPU. | |
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.
TArray<FFeatureTableDescription> FMetadataDescription::FeatureTables |
Descriptions of feature tables to upload to the GPU.
Definition at line 251 of file CesiumEncodedMetadataComponent.h.
TArray<FFeatureTextureDescription> FMetadataDescription::FeatureTextures |
Descriptions of feature textures to upload to the GPU.
Definition at line 260 of file CesiumEncodedMetadataComponent.h.