Navigation
API > API/Developer > API/Developer/UncontrolledChangelists
| Name | FUncontrolledChangelist |
| Type | class |
| Header File | /Engine/Source/Developer/UncontrolledChangelists/Public/UncontrolledChangelist.h |
| Include Path | #include "UncontrolledChangelist.h" |
Syntax
class FUncontrolledChangelist : public TSharedFromThis< FUncontrolledChangelist, ESPMode::ThreadSafe >
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FUncontrolledChangelist
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| UncontrolledChangelist.h | |||
FUncontrolledChangelist
(
const FGuid& InGuid |
UncontrolledChangelist.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| DEFAULT_UNCONTROLLED_CHANGELIST_GUID | const FGuid | UncontrolledChangelist.h | |
| GUID_NAME | const TCHAR * | UncontrolledChangelist.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Guid | FGuid | UncontrolledChangelist.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool Deserialize
(
const TSharedRef< class FJsonObject > InJsonValue |
Deserialize the Uncontrolled Changelist from a Json Object. | UncontrolledChangelist.h | |
bool IsDefault() |
UncontrolledChangelist.h | ||
void Serialize
(
TSharedRef< class FJsonObject > OutJsonObject |
Serialize the Uncontrolled Changelist to a Json Object. | UncontrolledChangelist.h | |
FString ToString() |
UncontrolledChangelist.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
const FUncontrolledChangelist& InOther |
UncontrolledChangelist.h | ||
bool operator==
(
const FUncontrolledChangelist& InOther |
UncontrolledChangelist.h |