EnumToStringArray
Function name | EnumToStringArray |
---|---|
Function Library | Content/DRGLib/Main/LIB_M_BasicMacros |
Inputs | ResetArray(Exec) Empties the stored arrayLoopBody(Exec) EnumValue(String) |
Outputs | PostReset(Exec) Variable(Array of Strings) |
When used in concert with a ForEach<EnumName>, allows for easy generation of a string array containing the name of each enum entry. Useful for populating a combobox with enum values
Node Usage: