Navigation
Unreal Engine C++ API Reference > Plugins > NetcodeUnitTest > FHookOutputDevice
- FOutputDevice::Dump()
- FHookOutputDevice::Dump()
References
Module | NetcodeUnitTest |
Header | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/NUTUtil.h |
Include | #include "NUTUtil.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 |