Skip to content

Commit

Permalink
Fix outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
j9liu committed Dec 20, 2024
1 parent 1611297 commit 07a2363
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/CesiumRuntime/Public/CesiumFeatureIdAttribute.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ enum class ECesiumFeatureIdAttributeStatus : uint8 {

/**
* @brief A blueprint-accessible wrapper for a feature ID attribute from a glTF
* primitive. Provides access to per-vertex feature IDs which can be used with
* the corresponding {@link FCesiumFeatureTable} to access per-vertex metadata.
* model. Provides access to feature IDs which can be used with the
* corresponding {@link FCesiumPropertyTable} to access metadata.
*/
USTRUCT(BlueprintType)
struct CESIUMRUNTIME_API FCesiumFeatureIdAttribute {
Expand Down

0 comments on commit 07a2363

Please sign in to comment.