Cesium for Unreal 2.12.0
Loading...
Searching...
No Matches
FCesiumPropertyTexturePropertyDescription Struct Reference

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.
 

Detailed Description

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.

Member Data Documentation

◆ bHasKhrTextureTransform

bool FCesiumPropertyTexturePropertyDescription::bHasKhrTextureTransform = false

Whether this property texture property contains a KHR_texture_transform glTF extension.

Definition at line 204 of file CesiumFeaturesMetadataComponent.h.

◆ Name

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.

◆ PropertyDetails

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.


The documentation for this struct was generated from the following file: