Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/FChange
- FChange::PrintToLog()
- FCompoundChange::PrintToLog()
References
Module | Core |
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
&40;
FFeedbackContext & FeedbackContext,
const int32 IndentLevel
&41;
Remarks
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.