Navigation
API > API/Runtime > API/Runtime/Core
Output device wrapping any kind of FArchive. Note: Works in any build configuration.
| Name | FOutputDeviceArchiveWrapper |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/OutputDeviceArchiveWrapper.h |
| Include Path | #include "Misc/OutputDeviceArchiveWrapper.h" |
Syntax
class FOutputDeviceArchiveWrapper : public FOutputDevice
Inheritance Hierarchy
- FOutputDevice → FOutputDeviceArchiveWrapper
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FOutputDeviceArchiveWrapper
(
FArchive* InArchive |
Constructor, initializing member variables. | Misc/OutputDeviceArchiveWrapper.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| LogAr | FArchive * | Misc/OutputDeviceArchiveWrapper.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Serialize
(
const TCHAR* Data, |
Misc/OutputDeviceArchiveWrapper.h |
Overridden from FOutputDevice
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Flush() |
Misc/OutputDeviceArchiveWrapper.h |