Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/FOutputDevice
- FOutputDevice::TearDown()
- FOutputDeviceMemory::TearDown()
- FDynamicOutputDevice::TearDown()
- FHookOutputDevice::TearDown()
- FOutputDeviceFile::TearDown()
- FOutputDeviceRedirector::TearDown()
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/OutputDevice.h |
Include | #include "Misc/OutputDevice.h" |
virtual void TearDown&40;&41;
Remarks
Closes output device and cleans up. This can't happen in the destructor as we might have to call "delete" which cannot be done for static/ global objects.