Class FeatureFlag

Class Documentation

class FeatureFlag

Public Functions

FeatureFlag() = default
inline FeatureFlag(EFeatureFlag Type, bool IsEnabled)
inline FeatureFlag(EFeatureFlag Type, bool IsEnabled, const csp::common::String &Description)
inline const csp::common::String &GetDescription()
inline bool operator==(const FeatureFlag &Other) const
inline bool operator!=(const FeatureFlag &Other) const

Public Members

EFeatureFlag Type
bool Enabled