|  | Cesium for Unreal 2.20.0
    | 
Description of a property table containing properties to be encoded for access in Unreal materials. More...
#include <CesiumFeaturesMetadataDescription.h>
| Public Attributes | |
| FString | Name | 
| The name of this property table. | |
| TArray< FCesiumPropertyTablePropertyDescription > | Properties | 
| Descriptions of the properties to upload to the GPU. | |
Description of a property table containing properties to be encoded for access in Unreal materials.
Definition at line 148 of file CesiumFeaturesMetadataDescription.h.
| FString FCesiumPropertyTableDescription::Name | 
The name of this property table.
If this property table has no name in the EXT_structural_metadata extension, then its class name is used instead.
Definition at line 157 of file CesiumFeaturesMetadataDescription.h.
| TArray<FCesiumPropertyTablePropertyDescription> FCesiumPropertyTableDescription::Properties | 
Descriptions of the properties to upload to the GPU.
Definition at line 163 of file CesiumFeaturesMetadataDescription.h.