Navigation
API > API/Plugins > API/Plugins/AvalancheMedia
References
| Module | AvalancheMedia |
| Header | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheMedia/Public/AvaMediaSettings.h |
| Include | #include "AvaMediaSettings.h" |
Syntax
enum EAvaMediaLogVerbosity
{
NoLogging = 0,
Fatal,
Error,
Warning,
Display,
Log,
Verbose,
VeryVerbose,
}
Values
| Name | Description |
|---|---|
| NoLogging | |
| Fatal | |
| Error | |
| Warning | |
| Display | |
| Log | |
| Verbose | |
| VeryVerbose |
Remarks
Defines the verbosity level of the logging system. This enum mirrors ELogVerbosity but can be used directly as a configuration property.