#include "PPlatformCore.h"
#include "PPlatformCoreSettings.h"
#include "ISettingsModule.h"
#include "ISettingsSection.h"
#include "UObject/Package.h"
Go to the source code of this file.
|
#define | Fatal(pmt, ...) UE_LOG(LogPPlatformCoreModule, Fatal, TEXT(pmt), ##__VA_ARGS__) |
|
#define | LOCTEXT_NAMESPACE "FPPlatformCoreModule" |
|
#define | Log(pmt, ...) UE_LOG(LogPPlatformCoreModule, Log, TEXT(pmt), ##__VA_ARGS__) |
|
#define | Warn(pmt, ...) UE_LOG(LogPPlatformCoreModule, Warning, TEXT(pmt), ##__VA_ARGS__) |
|
◆ Fatal
#define Fatal |
( |
| pmt, |
|
|
| ... ) UE_LOG(LogPPlatformCoreModule, Fatal, TEXT(pmt), ##__VA_ARGS__) |
◆ LOCTEXT_NAMESPACE
#define LOCTEXT_NAMESPACE "FPPlatformCoreModule" |
◆ Log
#define Log |
( |
| pmt, |
|
|
| ... ) UE_LOG(LogPPlatformCoreModule, Log, TEXT(pmt), ##__VA_ARGS__) |
◆ Warn
#define Warn |
( |
| pmt, |
|
|
| ... ) UE_LOG(LogPPlatformCoreModule, Warning, TEXT(pmt), ##__VA_ARGS__) |
◆ DEFINE_LOG_CATEGORY_STATIC()
DEFINE_LOG_CATEGORY_STATIC |
( |
LogPPlatformCoreModule | , |
|
|
Log | , |
|
|
All | ) |