ISourceControlState::GetStatusText

Gets the status message associated with this state, if any.

Unreal Engine C++ API Reference > Developer > SourceControl > ISourceControlState

References

   
Module SourceControl
Header /Engine/Source/Developer/SourceControl/Public/ISourceControlState.h
Include #include "ISourceControlState.h"
virtual [TOptional](API\Runtime\Core\IO\TOptional)< [FText](API\Runtime\Core\Internationalization\FText) > GetStatusText() const  

Remarks

Gets the status message associated with this state, if any. This is a superset of the GetWarningText that also includes IsCheckedOut.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library