Template Struct SEnumArgumentAssoc#

Struct Documentation#

template<typename TEnum>
struct SEnumArgumentAssoc#

Value text association structure for enumeration arguments.

Template Parameters:

TEnum – The enumerator type to define the associations for.

Public Members

TEnum eValue#

The value of the enumerator.

std::string ssValueText#

The value in text. Cannot be empty.

std::string ssDescription#

The description of the enumerator value. Can be empty.