Navigation
Unreal Engine C++ API Reference > 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 = fals... | bIsClosed | Flags |
TOptional< FStr... | Body | The comment text |
TOptional< int3... | CommentID | Unique id associated with this comment |
FReviewCommentC... | Context | Metadata about the comment |
TOptional< FDat... | CreatedTime | When the comment was created |
TOptional< FDat... | EditedTime | When the comment was last edited |
TOptional< TSet... | Likes | Names of all users who have liked this comment |
TOptional< TSet... | ReadBy | Names of all users who have marked the comment as read |
TOptional< ERev... | TaskState | Signifies whether this is a task and if it's been addressed |
TOptional< FRev... | Topic | Info about CL being commented on |
TOptional< FDat... | UpdatedTime | When the comment was created |
TOptional< FStr... | User | Comment author |
Functions
Type | Name | Description |
---|---|---|
FReviewComme... | FromJson ( const FString& Json ) | |
FReviewComme... | FromJson ( const TSharedPtr< FJsonObject >& J... ) | |
FString | ToJson () | |
TSharedPtr< ... | ToJsonObject () |