Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FOutputDevice
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Logf
(
const FmtType& Fmt |
Misc/OutputDevice.h | ||
void Logf
(
const FmtType& Fmt, |
Misc/OutputDevice.h | ||
void Logf
(
ELogVerbosity::Type Verbosity, |
Misc/OutputDevice.h |
Logf(const FmtType &)
| Name | Logf |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/OutputDevice.h |
| Include Path | #include "Misc/OutputDevice.h" |
template<typename FmtType>
void Logf
(
const FmtType & Fmt
)
Logf(const FmtType &, Types...)
| Name | Logf |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/OutputDevice.h |
| Include Path | #include "Misc/OutputDevice.h" |
template<typename FmtType, typename... Types>
void Logf
(
const FmtType & Fmt,
Types... Args
)
Logf(ELogVerbosity::Type, const FmtType &, Types...)
| Name | Logf |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/OutputDevice.h |
| Include Path | #include "Misc/OutputDevice.h" |
template<typename FmtType, typename... Types>
void Logf
(
ELogVerbosity::Type Verbosity,
const FmtType & Fmt,
Types... Args
)