Navigation
API > API/Editor > API/Editor/Kismet
| Name | FReviewTopic |
| Type | struct |
| Header File | /Engine/Source/Editor/Kismet/Public/ReviewComments.h |
| Include Path | #include "ReviewComments.h" |
Syntax
struct FReviewTopic
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ChangelistNum | FString | ReviewComments.h | ||
| TopicType | EReviewTopicType | ReviewComments.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FString ToString() |
Returns topic in format "TopicType/ChangelistNum" | ReviewComments.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FReviewTopic FromString
(
const FString& ReviewTopic |
ReviewComments.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator==
(
const FReviewTopic& Other |
ReviewComments.h |