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