FOutputDeviceFile::TearDown

Closes output device and cleans up.

Windows
MacOS
Linux

Override Hierarchy

FOutputDevice::TearDown()

FOutputDeviceFile::TearDown()

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/OutputDeviceFile.h

Include

#include "Misc/OutputDeviceFile.h"

Source

/Engine/Source/Runtime/Core/Private/Misc/OutputDeviceFile.cpp

Syntax

virtual void TearDown()

Remarks

Closes output device and cleans up. This can't happen in the destructor as we have to call "delete" which cannot be done for static/ global objects.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss