Megafunk / MassSample

My understanding of Unreal Engine 5's experimental ECS plugin with a small sample project.
MIT License
682 stars 112 forks source link

Is there any way to add a tag using AssortedFragment? #18

Closed OptimisticMonkey closed 2 years ago

OptimisticMonkey commented 2 years ago

Would love to be able to add a BasicVisualization Tag to a EntityConfig without requiring a c++ trait....

Seems like AssortedFragment supports Tags, but the slate drop down filter only shows Fragments?

Megafunk commented 2 years ago

Slapped in a "assorted tags" trait really fast. Assorted fragments has handling for tags but only has the MassFragment-derived structs listed.