Navigation
Unreal Engine C++ API Reference > Developer > TraceServices > TraceServices > Model > IEditableBookmarkProvider
References
Module | TraceServices |
Header | /Engine/Source/Developer/TraceServices/Public/TraceServices/Model/Bookmarks.h |
Include | #include "TraceServices/Model/Bookmarks.h" |
void UpdateBookmarkSpec ( uint64 BookmarkPoint, const TCHAR * FormatString, const TCHAR * File, int32 Line )
Remarks
Update the information in the Bookmark.
Parameters
Name | Description |
---|---|
BookmarkPoint | The unique identity (memory address) of the bookmark. |
FormatString | The format string of the bookmark's message. |
File | The source file the bookmark is in. |
Line | The line in the source file the bookmark is on. |