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