Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FOutputDeviceMemory
Description
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.
Virtual Inheritance
- FOutputDevice::TearDown → FOutputDeviceMemory::TearDown
| Name | TearDown |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/OutputDeviceMemory.h |
| Include Path | #include "Misc/OutputDeviceMemory.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/OutputDeviceMemory.cpp |
virtual void TearDown()