Navigation
Unreal Engine C++ API Reference > Developer > OutputLog > FOutputLogModule
References
Module | OutputLog |
Header | /Engine/Source/Developer/OutputLog/Public/OutputLogModule.h |
Include | #include "OutputLogModule.h" |
Source | /Engine/Source/Developer/OutputLog/Private/OutputLogModule.cpp |
virtual bool ShouldCycleToOutputLogDrawer() const
Remarks
Returns the value of bCycleToOutputLogDrawer from the module OutputLogSettings. This function helps StatusBar to access properties in OutputLogSetting through OutputLogModule to avoid dependencies.