Navigation
API > API/Plugins > API/Plugins/ChangelistReview
| Name | FChangelistFileData |
| Type | struct |
| Header File | /Engine/Plugins/Editor/ChangelistReview/Source/Public/SSourceControlReview.h |
| Include Path | #include "SSourceControlReview.h" |
Syntax
struct FChangelistFileData
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FChangelistFileData() |
SSourceControlReview.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AssetDepotPath | FString | SSourceControlReview.h | ||
| AssetFilePath | FString | SSourceControlReview.h | ||
| AssetName | FString | SSourceControlReview.h | ||
| ChangelistNum | int32 | SSourceControlReview.h | ||
| ChangelistState | EChangelistState | SSourceControlReview.h | ||
| FileSourceControlAction | ESourceControlAction | SSourceControlReview.h | ||
| PreviousAssetName | FString | SSourceControlReview.h | ||
| PreviousChangelistNum | int32 | SSourceControlReview.h | ||
| PreviousFileDateTime | FDateTime | SSourceControlReview.h | ||
| PreviousFileRevisionNum | FString | SSourceControlReview.h | ||
| PreviousFileTempPath | FString | Path where the temporary asset was downloaded to | SSourceControlReview.h | |
| RelativeFilePath | FString | SSourceControlReview.h | ||
| ReviewFileDateTime | FDateTime | SSourceControlReview.h | ||
| ReviewFileRevisionNum | FString | SSourceControlReview.h | ||
| ReviewFileTempPath | FString | Path where the temporary asset was downloaded to | SSourceControlReview.h |
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CachedIconClass | TOptional< const UClass * > | SSourceControlReview.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const UClass * GetIconClass() |
SSourceControlReview.h | ||
bool IsDataValidForEntry() |
SSourceControlReview.h |