Epic Developer Community Forums
What options, if any, do I have to use an enum in C++ that supports reordering/inserting/removing of enum values?
Development
Programming & Scripting
C++
question
,
unreal-engine
RecourseDesign
(RecourseDesign)
July 19, 2023, 12:34am
15
I’d just use a hash map - check out this document:
2 Likes
show post in topic