Navigation
API > API/Editor > API/Editor/Kismet
Inheritance Hierarchy
- TSharedFromThis
- IReviewCommentAPI
References
| Module | Kismet |
| Header | /Engine/Source/Editor/Kismet/Public/ReviewComments.h |
| Include | #include "ReviewComments.h" |
Syntax
class IReviewCommentAPI : public TSharedFromThis< IReviewCommentAPI >
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | EditComment
(
const FReviewComment& Comment, |
All unset members will be left unchanged. | |
| void | GetComments
(
const FReviewTopic& Topic, |
||
| void | GetOrCreateReviewTopicForCL
(
const FString& ChangelistNum, |
Retrieves the review associated with a CL. If there is none, it creates a new review and returns that. | |
| void | GetReviewTopicForCL
(
const FString& ChangelistNum, |
Retrieves the review associated with a CL. | |
| FString | GetUsername () |
Returns the name of the user logged in | |
| void | PostComment
(
FReviewComment& Comment, |
Body must be set; username will get set by PostComment. |