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