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