Navigation
Unreal Engine C++ API Reference > Developer > TraceServices > TraceServices > Model
Inheritance Hierarchy
- IEditableProvider
- IEditableBookmarkProvider
References
Module | TraceServices |
Header | /Engine/Source/Developer/TraceServices/Public/TraceServices/Model/Bookmarks.h |
Include | #include "TraceServices/Model/Bookmarks.h" |
Syntax
class IEditableBookmarkProvider : public TraceServices::IEditableProvider
Remarks
The interface to a provider that can consume mutations of bookmark events from a session.
Destructors
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
void | AppendBookmark
(
uint64 BookmarkPoint, |
Append a new instance of a bookmark from the trace session. |
![]() |
void | AppendBookmark
(
uint64 BookmarkPoint, |
Append a new instance of a bookmark from the trace session. |
![]() |
void | UpdateBookmarkSpec
(
uint64 BookmarkPoint, |
Update the information in the Bookmark. |