Cesium for Unreal 2.12.0
|
Description of the feature ID sets available from the EXT_mesh_features on a glTF's primitives. More...
#include <CesiumFeaturesMetadataComponent.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 on a glTF's primitives.
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 CesiumFeaturesMetadataComponent.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 CesiumFeaturesMetadataComponent.h.