| AutoDurationThreshold |
float |
Threshold to opt a sound to use the decode cache based on it's duration (in seconds). If less than threshold, it will use the decode cache. |
Sound/AudioPlatformSettings.h |
- Config
- EditAnywhere
- Category="Decode Cache"
- Meta=(ClampMin=0)
|
| EnableDecodeCache |
bool |
Whether or not the decode cache is enabled by default. |
Sound/AudioPlatformSettings.h |
- Config
- EditAnywhere
- Category="Decode Cache"
- Meta=(ClampMin=5)
|
| FramesPerChunk |
int32 |
The desired maximum decode cache frames per chunk. |
Sound/AudioPlatformSettings.h |
- Config
- EditAnywhere
- Category="Decode Cache"
- Meta=(ClampMin=1024)
|
| MaxDecodeCacheSizeMB |
float |
The desired maximum decode cache size in megabytes. |
Sound/AudioPlatformSettings.h |
- Config
- EditAnywhere
- Category="Decode Cache"
- Meta=(ClampMin=5)
|