Navigation
API > API/Developer > API/Developer/TraceServices > API/Developer/TraceServices/IEditableBookmarkProvider
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AppendBookmark
(
uint64 BookmarkPoint, |
TraceServices/Model/Bookmarks.h | ||
void AppendBookmark
(
uint64 BookmarkPoint, |
TraceServices/Model/Bookmarks.h | ||
void AppendBookmark
(
uint64 BookmarkPoint, |
Append a new instance of a bookmark from the trace session. | TraceServices/Model/Bookmarks.h | |
void AppendBookmark
(
uint64 BookmarkPoint, |
Append a new instance of a bookmark from the trace session. | TraceServices/Model/Bookmarks.h |
AppendBookmark(uint64, double, const uint8 *)
| Name | AppendBookmark |
| Type | function |
| Header File | /Engine/Source/Developer/TraceServices/Public/TraceServices/Model/Bookmarks.h |
| Include Path | #include "TraceServices/Model/Bookmarks.h" |
void AppendBookmark
(
uint64 BookmarkPoint,
double Time,
const uint8 * FormatArgs
)
AppendBookmark(uint64, double, const TCHAR *)
| Name | AppendBookmark |
| Type | function |
| Header File | /Engine/Source/Developer/TraceServices/Public/TraceServices/Model/Bookmarks.h |
| Include Path | #include "TraceServices/Model/Bookmarks.h" |
void AppendBookmark
(
uint64 BookmarkPoint,
double Time,
const TCHAR * Text
)
AppendBookmark(uint64, double, uint32, const uint8 *)
Description
Append a new instance of a bookmark from the trace session.
| Name | AppendBookmark |
| Type | function |
| Header File | /Engine/Source/Developer/TraceServices/Public/TraceServices/Model/Bookmarks.h |
| Include Path | #include "TraceServices/Model/Bookmarks.h" |
void AppendBookmark
(
uint64 BookmarkPoint,
double Time,
uint32 CallstackId,
const uint8 * FormatArgs
)
Parameters
| Name | Remarks |
|---|---|
| BookmarkPoint | The unique identity (memory address) of the bookmark. |
| Time | The time in seconds of the event. |
| FormatArgs | The arguments to use in conjunction with the spec's FormatString. |
AppendBookmark(uint64, double, uint32, const TCHAR *)
Description
Append a new instance of a bookmark from the trace session.
| Name | AppendBookmark |
| Type | function |
| Header File | /Engine/Source/Developer/TraceServices/Public/TraceServices/Model/Bookmarks.h |
| Include Path | #include "TraceServices/Model/Bookmarks.h" |
void AppendBookmark
(
uint64 BookmarkPoint,
double Time,
uint32 CallstackId,
const TCHAR * Text
)
Parameters
| Name | Remarks |
|---|---|
| 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. |