Cesium for Unreal 2.12.0
|
Description of metadata from a glTF's EXT_structural_metadata extension that should be uploaded to the GPU for access in Unreal materials. More...
#include <CesiumFeaturesMetadataComponent.h>
Public Attributes | |
TArray< FCesiumPropertyTableDescription > | PropertyTables |
Descriptions of property tables to encode for access in Unreal materials. | |
TArray< FCesiumPropertyTextureDescription > | PropertyTextures |
Descriptions of property textures to make accessible to Unreal materials. | |
Description of metadata from a glTF's EXT_structural_metadata extension that should be uploaded to the GPU for access in Unreal materials.
Definition at line 262 of file CesiumFeaturesMetadataComponent.h.
TArray<FCesiumPropertyTableDescription> FCesiumModelMetadataDescription::PropertyTables |
Descriptions of property tables to encode for access in Unreal materials.
Definition at line 273 of file CesiumFeaturesMetadataComponent.h.
TArray<FCesiumPropertyTextureDescription> FCesiumModelMetadataDescription::PropertyTextures |
Descriptions of property textures to make accessible to Unreal materials.
Definition at line 283 of file CesiumFeaturesMetadataComponent.h.