Navigation
Unreal Engine C++ API Reference > Runtime > Core > Misc > FOutputDevice
- FOutputDevice::Dump()
- FOutputDeviceMemory::Dump()
- FHookOutputDevice::Dump()
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/OutputDevice.h |
Include | #include "Misc/OutputDevice.h" |
virtual void Dump
&40;
class FArchive & Ar
&41;
Remarks
Dumps the contents of this output device's buffer to an archive (supported by output device that have a memory buffer)
Parameters
Name | Description |
---|---|
Ar | Archive to dump the buffer to |