Navigation
API > API/Runtime > API/Runtime/Core
Data about a static basic log that is constant for every occurrence.
| Name | FStaticBasicLogRecord |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Logging/LogMacros.h |
| Include Path | #include "Logging/LogMacros.h" |
Syntax
struct FStaticBasicLogRecord
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
constexpr FStaticBasicLogRecord
(
const TCHAR* InFormat, |
Workaround for https://developercommunity.visualstudio.com/t/Incorrect-warning-C4700-with-unrelated-s/10285950. | Logging/LogMacros.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Format | const TCHAR * | Logging/LogMacros.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UE_PRIVATE_IF_UE_LOG_INCLUDE_SOURCE_LOCATION
(
inline static constexpr |
Logging/LogMacros.h | ||
UE_PRIVATE_IF_UE_LOG_INCLUDE_SOURCE_LOCATION
(
inline static constexpr |
Logging/LogMacros.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FStaticBasicLogRecord * operator&() |
Delete the address-of operator because it is unsafe to pass pointers to records when they do not have static storage duration. | Logging/LogMacros.h |