![]() |
Cesium for Unreal 2.20.0
|
#include "CesiumFeatureIdAttribute.h"#include "CesiumFeatureIdTexture.h"#include "Kismet/BlueprintFunctionLibrary.h"#include <variant>#include "CesiumFeatureIdSet.generated.h"Go to the source code of this file.
Classes | |
| struct | FCesiumFeatureIdSet |
| A blueprint-accessible wrapper for a feature ID set from a glTF primitive. More... | |
| class | UCesiumFeatureIdSetBlueprintLibrary |
Namespaces | |
| namespace | CesiumGltf |
Enumerations | |
| enum class | ECesiumFeatureIdSetType : uint8 { None , Attribute , Texture , Implicit , Instance , InstanceImplicit } |
| The type of a feature ID set. More... | |
|
strong |
The type of a feature ID set.
| Enumerator | |
|---|---|
| None | |
| Attribute | |
| Texture | |
| Implicit | |
| Instance | |
| InstanceImplicit | |
Definition at line 21 of file CesiumFeatureIdSet.h.