![]() |
Operating System Simulator Plugin
3.5.1
Unreal Engine plugin that simulates an Operating System Environment
|
Macros | |
| #define | CURRENT_CLASS |
| #define | CURRENT_CLASS_FUNCTION |
| #define | CURRENT_FUNCTION |
| #define | CURRENT_LINE_NUMBER |
| #define | CURRENT_CLASS_WITH_LINE |
| #define | CURRENT_FUNCTION_SIGNATURE |
| #define | DEFINE_OS_LOG(LogCategory) |
| #define | OS_LOG_Impl(LogCategory, Verbosity, Param1) |
| #define | OS_CLOG_Impl(Cond, LogCategory, Verbosity, Param1) |
| #define | OS_LOG(LogCategory, Param1) |
| #define | OS_LOG_WARN(LogCategory, Param1) |
| #define | OS_LOG_ERROR(LogCategory, Param1) |
| #define | OS_LOG_VERBOSE(LogCategory, Param1) |
| #define | OS_LOG_VERY_VERBOSE(LogCategory, Param1) |
| #define | OS_LOG_FATAL(LogCategory, Param1) |
| #define | OS_CLOG(LogCategory, Cond, Param1) |
| #define | OS_CLOG_WARN(LogCategory, Cond, Param1) |
| #define | OS_CLOG_ERROR(LogCategory, Cond, Param1) |
| #define | OS_CLOG_VERBOSE(LogCategory, Cond, Param1) |
| #define | OS_CLOG_VERY_VERBOSE(LogCategory, Cond, Param1) |
| #define | OS_CLOG_FATAL(LogCategory, Cond, Param1) |
| #define CURRENT_CLASS |
| #define CURRENT_CLASS_FUNCTION |
| #define CURRENT_CLASS_WITH_LINE |
| #define CURRENT_FUNCTION |
| #define CURRENT_FUNCTION_SIGNATURE |
| #define CURRENT_LINE_NUMBER |
| #define DEFINE_OS_LOG | ( | LogCategory | ) |
| #define OS_CLOG | ( | LogCategory, | |
| Cond, | |||
| Param1 ) |
| #define OS_CLOG_ERROR | ( | LogCategory, | |
| Cond, | |||
| Param1 ) |
| #define OS_CLOG_FATAL | ( | LogCategory, | |
| Cond, | |||
| Param1 ) |
| #define OS_CLOG_Impl | ( | Cond, | |
| LogCategory, | |||
| Verbosity, | |||
| Param1 ) |
| #define OS_CLOG_VERBOSE | ( | LogCategory, | |
| Cond, | |||
| Param1 ) |
| #define OS_CLOG_VERY_VERBOSE | ( | LogCategory, | |
| Cond, | |||
| Param1 ) |
| #define OS_CLOG_WARN | ( | LogCategory, | |
| Cond, | |||
| Param1 ) |
| #define OS_LOG | ( | LogCategory, | |
| Param1 ) |
| #define OS_LOG_ERROR | ( | LogCategory, | |
| Param1 ) |
| #define OS_LOG_FATAL | ( | LogCategory, | |
| Param1 ) |
| #define OS_LOG_Impl | ( | LogCategory, | |
| Verbosity, | |||
| Param1 ) |
| #define OS_LOG_VERBOSE | ( | LogCategory, | |
| Param1 ) |
| #define OS_LOG_VERY_VERBOSE | ( | LogCategory, | |
| Param1 ) |
| #define OS_LOG_WARN | ( | LogCategory, | |
| Param1 ) |