![]() |
Cesium for Unreal 2.18.0
|
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. | |
bool | bHasKhrTextureTransform = false |
Whether this property texture property contains a KHR_texture_transform glTF extension. | |
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 173 of file CesiumFeaturesMetadataDescription.h.
bool FCesiumPropertyTexturePropertyDescription::bHasKhrTextureTransform = false |
Whether this property texture property contains a KHR_texture_transform glTF extension.
Definition at line 195 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 181 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 188 of file CesiumFeaturesMetadataDescription.h.