Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FOutputDevice
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Serialize
(
const TCHAR* V, |
Misc/OutputDevice.h | ||
virtual void Serialize
(
const TCHAR* V, |
Misc/OutputDevice.h |
Serialize(const TCHAR *, ELogVerbosity::Type, const FName &)
| Name | Serialize |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/OutputDevice.h |
| Include Path | #include "Misc/OutputDevice.h" |
void Serialize
(
const TCHAR * V,
ELogVerbosity::Type Verbosity,
const FName & Category
)
Serialize(const TCHAR *, ELogVerbosity::Type, const FName &, const double)
| Name | Serialize |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/OutputDevice.h |
| Include Path | #include "Misc/OutputDevice.h" |
virtual void Serialize
(
const TCHAR * V,
ELogVerbosity::Type Verbosity,
const FName & Category,
const double Time
)