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

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.
 

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 166 of file CesiumFeaturesMetadataDescription.h.

Member Data Documentation

◆ Name

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.

◆ PropertyDetails

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.


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