Cesium for Unreal 2.12.0
|
Description of a property table containing properties to be encoded for access in Unreal materials. More...
#include <CesiumFeaturesMetadataComponent.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 157 of file CesiumFeaturesMetadataComponent.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 166 of file CesiumFeaturesMetadataComponent.h.
TArray<FCesiumPropertyTablePropertyDescription> FCesiumPropertyTableDescription::Properties |
Descriptions of the properties to upload to the GPU.
Definition at line 172 of file CesiumFeaturesMetadataComponent.h.