Navigation
API > API/Runtime > API/Runtime/Core
Data about a static basic log that is constant for every occurrence.
| Name | TStaticBasicLogRecord |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Logging/LogMacros.h |
| Include Path | #include "Logging/LogMacros.h" |
Syntax
template<UE::CCharType FormatCharType>
struct TStaticBasicLogRecord
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
constexpr TStaticBasicLogRecord
(
const FormatCharType* 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 FormatCharType * | 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 |
|---|---|---|---|
TStaticBasicLogRecord * 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 |