![]() |
Cesium for Unreal 2.15.0
|
Description of the feature ID sets available from the EXT_mesh_features and EXT_instance_features extensions in a glTF. More...
#include <CesiumFeaturesMetadataDescription.h>
Public Attributes | |
TArray< FCesiumFeatureIdSetDescription > | FeatureIdSets |
The feature ID sets to make accessible to the material. | |
Description of the feature ID sets available from the EXT_mesh_features and EXT_instance_features extensions in a glTF.
This aggregates the feature ID sets of all visible glTF primitives in the model. This describes the feature IDs that can be made accessible to Unreal Engine materials.
Definition at line 91 of file CesiumFeaturesMetadataDescription.h.
TArray<FCesiumFeatureIdSetDescription> FCesiumPrimitiveFeaturesDescription::FeatureIdSets |
The feature ID sets to make accessible to the material.
Note that the order of feature ID sets in this array does not necessarily correspond to the order of these feature ID sets in a glTF primitive.
Definition at line 104 of file CesiumFeaturesMetadataDescription.h.