Skip to content

Commit

Permalink
Declare enum with type
Browse files Browse the repository at this point in the history
  • Loading branch information
j9liu committed Sep 20, 2024
1 parent 88906eb commit ccc5e29
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ struct FCesiumPrimitiveMetadataDescription;

struct FCesiumMetadataPropertyDetails;
class UMaterialInstanceDynamic;
enum EMaterialParameterAssociation;
enum EMaterialParameterAssociation : int;

/**
* @brief Provides utility for encoding feature IDs from EXT_mesh_features and
Expand Down

0 comments on commit ccc5e29

Please sign in to comment.