unreal.FFTSize

class unreal.FFTSize

Bases: unreal.EnumBase

EFFTSize

C++ Source:

  • Module: Engine

  • File: SoundSubmix.h

DEFAULT_SIZE

512

Type

0

LARGE

1024

Type

4

MAX

4096

Type

6

MEDIUM

512

Type

3

MIN

64

Type

1

SMALL

256

Type

2

VERY_LARGE

2048

Type

5