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 FReviewCommentContext
Variables
Type | Name | Description |
---|---|---|
TOptional< FStr... | Category | Category this comment will appear under in the diff results |
TOptional< TArr... | Content | (text only) preview of text being commented on |
TOptional< FStr... | File | File being commented on |
TOptional< int3... | LeftLine | (text only) line number on left panel of this comment |
TOptional< int3... | ReplyTo | Id of the comment that this one is replying to |
TOptional< int3... | RightLine | (text only) line number on right panel of this comment |
TOptional< int3... | Version | What version of the file this comment is associated with |
Functions
Type | Name | Description |
---|---|---|
FReviewComme... | FromJson ( const FString& Json ) | |
FReviewComme... | FromJson ( const TSharedPtr< FJsonObject >& J... ) | |
FString | ToJson () | |
TSharedPtr< ... | ToJsonObject () |