Navigation
API > API/Developer > API/Developer/SourceControl > API/Developer/SourceControl/ISourceControlState
Description
Gets the warnings messages associated with this state, if any. Ex 'checkout by other', 'out of date', etc).
| Name | GetWarningText |
| Type | function |
| Header File | /Engine/Source/Developer/SourceControl/Public/ISourceControlState.h |
| Include Path | #include "ISourceControlState.h" |
virtual TOptional < FText > GetWarningText() const