Navigation
API > API/Editor > API/Editor/Kismet
References
| Module | Kismet |
| Header | /Engine/Source/Editor/Kismet/Public/ReviewComments.h |
| Include | #include "ReviewComments.h" |
Syntax
struct FReviewCommentContext
Variables
| Type | Name | Description | |
|---|---|---|---|
| TOptional< FString > | Category | Category this comment will appear under in the diff results | |
| TOptional< TArray< FString > > | Content | (text only) preview of text being commented on | |
| TOptional< FString > | File | File being commented on | |
| TOptional< int32 > | LeftLine | (text only) line number on left panel of this comment | |
| TOptional< int32 > | ReplyTo | Id of the comment that this one is replying to | |
| TOptional< int32 > | RightLine | (text only) line number on right panel of this comment | |
| TOptional< int32 > | Version | What version of the file this comment is associated with |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FReviewCommentContext | |||
| FReviewCommentContext | FromJson
(
const TSharedPtr< FJsonObject >& JsonObject |
||
| FString | ToJson () |
||
| TSharedPtr< FJsonObject > | ToJsonObject () |