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