Navigation
API > API/Plugins > API/Plugins/NetcodeUnitTest
Output device for allowing quick/dynamic creation of a customized output device, using lambda's passed to delegates
| Name | FDynamicOutputDevice |
| Type | class |
| Header File | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/NUTUtil.h |
| Include Path | #include "NUTUtil.h" |
Syntax
class FDynamicOutputDevice : public FOutputDevice
Inheritance Hierarchy
- FOutputDevice → FDynamicOutputDevice
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDynamicOutputDevice() |
NUTUtil.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FOnFlushOrTearDown | TMulticastDelegate_NoParams< void > | NUTUtil.h | |
| FOnSerialize | TMulticastDelegate_ThreeParams< void, const TCHAR *, ELogVerbosity::Type, const FName & > | NUTUtil.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| OnFlush | FOnFlushOrTearDown | NUTUtil.h | ||
| OnSerialize | FOnSerialize | NUTUtil.h | ||
| OnTearDown | FOnFlushOrTearDown | NUTUtil.h |
Functions
Public
Overridden from FOutputDevice
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Flush() |
NUTUtil.h | ||
virtual void Serialize
(
const TCHAR* V, |
NUTUtil.h | ||
virtual void TearDown() |
NUTUtil.h |