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

Description of a property table property that should be encoded for access on the GPU. 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.
 
FCesiumMetadataEncodingDetails EncodingDetails
 Describes how the property will be encoded as data on the GPU, if possible.
 

Detailed Description

Description of a property table property that should be encoded for access on the GPU.

Definition at line 127 of file CesiumFeaturesMetadataComponent.h.

Member Data Documentation

◆ EncodingDetails

FCesiumMetadataEncodingDetails FCesiumPropertyTablePropertyDescription::EncodingDetails

Describes how the property will be encoded as data on the GPU, if possible.

Definition at line 149 of file CesiumFeaturesMetadataComponent.h.

◆ Name

FString FCesiumPropertyTablePropertyDescription::Name

The name of this property.

This will be how it is referenced in the material.

Definition at line 135 of file CesiumFeaturesMetadataComponent.h.

◆ PropertyDetails

FCesiumMetadataPropertyDetails FCesiumPropertyTablePropertyDescription::PropertyDetails

Describes the underlying type of this property and other relevant information from its EXT_structural_metadata definition.

Not all types of properties can be encoded to the GPU, or coerced to GPU-compatible types.

Definition at line 143 of file CesiumFeaturesMetadataComponent.h.


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