Cesium for Unreal 2.12.0
|
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. | |
Description of a property table property that should be encoded for access on the GPU.
Definition at line 127 of file CesiumFeaturesMetadataComponent.h.
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.
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.
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.