Navigation
API > API/Runtime > API/Runtime/Core
Data about a static log that is constant for every occurrence.
| Name | FStaticLogRecord |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Logging/StructuredLog.h |
| Include Path | #include "Logging/StructuredLog.h" |
Syntax
struct FStaticLogRecord
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
constexpr FStaticLogRecord
(
const TCHAR* InFormat, |
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 | ||
| Verbosity | ELogVerbosity::Type | Logging/StructuredLog.h |