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