Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/FOutputDeviceMemory
- FOutputDevice::TearDown()
- FOutputDeviceMemory::TearDown()
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/OutputDeviceMemory.h |
Include | #include "Misc/OutputDeviceMemory.h" |
Source | /Engine/Source/Runtime/Core/Private/Misc/OutputDeviceMemory.cpp |
virtual void TearDown&40;&41;
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.