ISourceControlProvider::IsAvailable

Quick check if source control is available for use (server-based providers can use this to return whether the server is available or not)

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

References

   
Module SourceControl
Header /Engine/Source/Developer/SourceControl/Public/ISourceControlProvider.h
Include #include "ISourceControlProvider.h"
bool IsAvailable() const

Remarks

Quick check if source control is available for use (server-based providers can use this to return whether the server is available or not) true if source control is available, false if it is not


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library