Navigation
API > API/Runtime > API/Runtime/Core
Serializes log lines of the requested categories to a string; discards other log lines.
| Name | TLogCategoryOutputDevice |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/StringOutputDevice.h |
| Include Path | #include "Misc/StringOutputDevice.h" |
Syntax
template<typename... LogCategoryTypes>
class TLogCategoryOutputDevice : public FStringOutputDevice
Inheritance Hierarchy
- FString → FStringOutputDevice → TLogCategoryOutputDevice
- FOutputDevice → FStringOutputDevice → TLogCategoryOutputDevice
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TLogCategoryOutputDevice
(
LogCategoryTypes&... InLogCategories |
Misc/StringOutputDevice.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| LogCategories | TTuple< LogCategoryTypes *... > | Misc/StringOutputDevice.h |
Functions
Public
Overridden from FOutputDevice
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Serialize
(
const TCHAR* InData, |
Misc/StringOutputDevice.h |