Choose your operating system:
Windows
macOS
Linux
| FChange::PrintToLog()
|
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Misc/Change.h |
Include |
#include "Misc/Change.h" |
Source |
/Engine/Source/Runtime/Core/Private/Misc/Change.cpp |
virtual void PrintToLog
(
class FFeedbackContext & FeedbackContext,
const int32 IndentLevel
)
Prints this change to the log, including sub-changes if there are any. For compound changes, there might be multiple lines. You should not need to override this function.