Navigation
API > API/Runtime > API/Runtime/Core
Data about a static localized log that is constant for every occurrence.
| Name | FStaticLocalizedLogRecord |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Logging/StructuredLog.h |
| Include Path | #include "Logging/StructuredLog.h" |
Syntax
struct FStaticLocalizedLogRecord
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
constexpr FStaticLocalizedLogRecord
(
const TCHAR* InTextNamespace, |
Workaround for https://developercommunity.visualstudio.com/t/Incorrect-warning-C4700-with-unrelated-s/10285950. | Logging/StructuredLog.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DynamicData | FStaticLogDynamicData & | Logging/StructuredLog.h | ||
| File | const ANSICHAR * | Logging/StructuredLog.h | ||
| Format | const TCHAR * | Logging/StructuredLog.h | ||
| Line | int32 | Logging/StructuredLog.h | ||
| TextKey | const TCHAR * | Logging/StructuredLog.h | ||
| TextNamespace | const TCHAR * | Logging/StructuredLog.h | ||
| Verbosity | ELogVerbosity::Type | Logging/StructuredLog.h |