Enum EFFTWindowType Path C++ Link /Script/Engine.EFFTWindowType underlying uint8 /Script/Engine Values 5 NameValueHex None00x00Hamming10x01Hann20x02Blackman30x03EFFTWindowType_MAX40x04 Used by 5types with a member, parameter or interface of this type UAudioMixerBlueprintLibraryUConstantQNRTSettingsUConstantQSettingsUSoundSubmixUSynesthesiaSpectrumAnalysisSettings // /Script/Engine.EFFTWindowType enum class EFFTWindowType : uint8 { None = 0, Hamming = 1, Hann = 2, Blackman = 3, EFFTWindowType_MAX = 4, };