Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FChange
Description
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.
Derived Overrides
| Name | PrintToLog |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/Change.h |
| Include Path | #include "Misc/Change.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/Change.cpp |
virtual void PrintToLog
(
FFeedbackContext & FeedbackContext,
const int32 IndentLevel
)