Navigation
API > API/Editor > API/Editor/Kismet > API/Editor/Kismet/FReviewCommentContext
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FReviewCommentContext FromJson
(
const FString& Json |
ReviewComments.h | ||
static FReviewCommentContext FromJson
(
const TSharedPtr< FJsonObject >& JsonObject |
ReviewComments.h |
FromJson(const FString &)
| Name | FromJson |
| Type | function |
| Header File | /Engine/Source/Editor/Kismet/Public/ReviewComments.h |
| Include Path | #include "ReviewComments.h" |
| Source | /Engine/Source/Editor/Kismet/Private/ReviewComments.cpp |
static FReviewCommentContext FromJson
(
const FString & Json
)
FromJson(const TSharedPtr< FJsonObject > &)
| Name | FromJson |
| Type | function |
| Header File | /Engine/Source/Editor/Kismet/Public/ReviewComments.h |
| Include Path | #include "ReviewComments.h" |
| Source | /Engine/Source/Editor/Kismet/Private/ReviewComments.cpp |
static FReviewCommentContext FromJson
(
const TSharedPtr< FJsonObject > & JsonObject
)