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