Navigation
Unreal Engine C++ API Reference > Developer > TraceServices > TraceServices > Model > IEditableBookmarkProvider > AppendBookmark
References
Module | TraceServices |
Header | /Engine/Source/Developer/TraceServices/Public/TraceServices/Model/Bookmarks.h |
Include | #include "TraceServices/Model/Bookmarks.h" |
void AppendBookmark ( uint64 BookmarkPoint, double Time, const TCHAR * Text )
Remarks
Append a new instance of a bookmark from the trace session.
Parameters
Name | Description |
---|---|
BookmarkPoint | The unique identity (memory address) of the bookmark. |
Time | The time in seconds of the event. |
Text | The fully formatted bookmark string for this instance. This may vary between instances. This pointer is valid until the IAnalysisSession is deleted. |