Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/FOutputDevice
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/OutputDevice.h |
| Include | #include "Misc/OutputDevice.h" |
template<typename FmtType, typename... Types>
void CategorizedLogf
(
const FName & Category,
ELogVerbosity::Type Verbosity,
const FmtType & Fmt,
Types... Args
)