Navigation
API > API/Editor > API/Editor/Kismet
References
| Module | Kismet |
| Header | /Engine/Source/Editor/Kismet/Public/ReviewComments.h |
| Include | #include "ReviewComments.h" |
Syntax
struct FReviewComment
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool: 1 = false | bIsClosed | Flags | |
| TOptional< FString > | Body | The comment text | |
| TOptional< int32 > | CommentID | Unique id associated with this comment | |
| FReviewCommentContext | Context | Metadata about the comment | |
| TOptional< FDateTime > | CreatedTime | When the comment was created | |
| TOptional< FDateTime > | EditedTime | When the comment was last edited | |
| TOptional< TSet< FString > > | Likes | Names of all users who have liked this comment | |
| TOptional< TSet< FString > > | ReadBy | Names of all users who have marked the comment as read | |
| TOptional< EReviewCommentTaskState > | TaskState | Signifies whether this is a task and if it's been addressed | |
| TOptional< FReviewTopic > | Topic | Info about CL being commented on | |
| TOptional< FDateTime > | UpdatedTime | When the comment was created | |
| TOptional< FString > | User | Comment author |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FReviewComment | |||
| FReviewComment | FromJson
(
const TSharedPtr< FJsonObject >& JsonObject |
||
| FString | ToJson () |
||
| TSharedPtr< FJsonObject > | ToJsonObject () |