Navigation
API > API/Developer > API/Developer/SourceControl > API/Developer/SourceControl/ISourceControlState
Description
Gets the status message associated with this state, if any. This is a superset of the GetWarningText that also includes IsCheckedOut.
| Name | GetStatusText |
| Type | function |
| Header File | /Engine/Source/Developer/SourceControl/Public/ISourceControlState.h |
| Include Path | #include "ISourceControlState.h" |
virtual TOptional < FText > GetStatusText() const