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