![]() |
Cesium for Unreal 2.22.1
|
Description of a property texture property that should be made accessible to Unreal materials. More...
#include <CesiumFeaturesMetadataDescription.h>
Public Attributes | |
| FString | Name |
| The name of this property. | |
| FCesiumMetadataPropertyDetails | PropertyDetails |
| Describes the underlying type of this property and other relevant information from its EXT_structural_metadata definition. | |
Description of a property texture property that should be made accessible to Unreal materials.
A property texture property's data is already available through a texture, so no additional encoding details need to be specified.
Definition at line 166 of file CesiumFeaturesMetadataDescription.h.
| FString FCesiumPropertyTexturePropertyDescription::Name |
The name of this property.
This will be how it is referenced in the material.
Definition at line 174 of file CesiumFeaturesMetadataDescription.h.
| FCesiumMetadataPropertyDetails FCesiumPropertyTexturePropertyDescription::PropertyDetails |
Describes the underlying type of this property and other relevant information from its EXT_structural_metadata definition.
Definition at line 181 of file CesiumFeaturesMetadataDescription.h.