Cesium for Unreal 2.12.0
|
Description of a property texture property that should be made accessible to Unreal materials. More...
#include <CesiumFeaturesMetadataComponent.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 182 of file CesiumFeaturesMetadataComponent.h.
bool FCesiumPropertyTexturePropertyDescription::bHasKhrTextureTransform = false |
Whether this property texture property contains a KHR_texture_transform glTF extension.
Definition at line 204 of file CesiumFeaturesMetadataComponent.h.
FString FCesiumPropertyTexturePropertyDescription::Name |
The name of this property.
This will be how it is referenced in the material.
Definition at line 190 of file CesiumFeaturesMetadataComponent.h.
FCesiumMetadataPropertyDetails FCesiumPropertyTexturePropertyDescription::PropertyDetails |
Describes the underlying type of this property and other relevant information from its EXT_structural_metadata definition.
Definition at line 197 of file CesiumFeaturesMetadataComponent.h.