Navigation
API > API/Developer > API/Developer/SourceControl
An abstraction of the state of a pending changelist under source control
| Name | ISourceControlChangelistState |
| Type | class |
| Header File | /Engine/Source/Developer/SourceControl/Public/ISourceControlChangelistState.h |
| Include Path | #include "ISourceControlChangelistState.h" |
Syntax
class ISourceControlChangelistState : public TSharedFromThis< ISourceControlChangelistState, ESPMode::ThreadSafe >
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → ISourceControlChangelistState
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~ISourceControlChangelistState() |
Virtual destructor | ISourceControlChangelistState.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSourceControlChangelistRef GetChangelist() |
Returns the object on which this state was constructed | ISourceControlChangelistState.h | |
FText GetDescriptionText() |
Get a text representation of the state | ISourceControlChangelistState.h | |
FText GetDisplayText() |
Get a text representation of the state | ISourceControlChangelistState.h | |
FText GetDisplayTooltip() |
Get a tooltip to describe this state | ISourceControlChangelistState.h | |
const TArray< FSourceControlStateRef > GetFilesStates() |
ISourceControlChangelistState.h | ||
int32 GetFilesStatesNum() |
ISourceControlChangelistState.h | ||
FName GetIconName() |
Get the name of the icon graphic we should use to display the state in a UI. | ISourceControlChangelistState.h | |
const TArray< FSourceControlStateRef > GetShelvedFilesStates() |
ISourceControlChangelistState.h | ||
int32 GetShelvedFilesStatesNum() |
ISourceControlChangelistState.h | ||
FName GetSmallIconName() |
Get the name of the small icon graphic we should use to display the state in a UI. | ISourceControlChangelistState.h | |
const FDateTime & GetTimeStamp() |
Get the timestamp of the last update that was made to this state. | ISourceControlChangelistState.h | |
virtual bool SupportsPersistentDescription () |
Returns whether the change list description can be saved and persisted. | ISourceControlChangelistState.h |