FOutputLogModule::ShouldCycleToOutputLogDrawer

Returns the value of bCycleToOutputLogDrawer from the module OutputLogSettings.

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.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library