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