Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/FOutputDevice
- FOutputDevice::CanBeUsedOnPanicThread()
- FOutputDeviceError::CanBeUsedOnPanicThread()
- FOutputDeviceDebug::CanBeUsedOnPanicThread()
- FOutputDeviceMemory::CanBeUsedOnPanicThread()
- FOutputDeviceFile::CanBeUsedOnPanicThread()
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/OutputDevice.h |
| Include | #include "Misc/OutputDevice.h" |
virtual bool CanBeUsedOnPanicThread&40;&41; const
Remarks
The return value is cached by AddOutputDevice because calling this during a panic may fail. whether this output device can be used after a panic (crash or fatal error) has been flagged.