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 FReviewTopic
Variables
Type | Name | Description |
---|---|---|
FString | ChangelistNum | |
EReviewTopicTyp... | 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 ) |