Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FOutputDevice
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void LogfImpl
(
const TCHAR* Fmt, |
Misc/OutputDevice.h | ||
void LogfImpl
(
ELogVerbosity::Type Verbosity, |
Misc/OutputDevice.h |
LogfImpl(const TCHAR *, ...)
| Name | LogfImpl |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/OutputDevice.h |
| Include Path | #include "Misc/OutputDevice.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/OutputDevice.cpp |
void LogfImpl
(
const TCHAR * Fmt,
...
)
LogfImpl(ELogVerbosity::Type, const TCHAR *, ...)
| Name | LogfImpl |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/OutputDevice.h |
| Include Path | #include "Misc/OutputDevice.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/OutputDevice.cpp |
void LogfImpl
(
ELogVerbosity::Type Verbosity,
const TCHAR * Fmt,
...
)