Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/FOutputDeviceRedirector
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/OutputDeviceRedirector.h |
Include | #include "Misc/OutputDeviceRedirector.h" |
Source | /Engine/Source/Runtime/Core/Private/Misc/OutputDeviceRedirector.cpp |
bool IsRedirectingTo
&40;
FOutputDevice &42; OutputDevice
&41;
Remarks
Returns whether an output device is in the list of redirections. true if messages are currently redirected to the the passed in output device, false otherwise.
Parameters
Name | Description |
---|---|
OutputDevice | Output device to check the list against. |