USourceControlHelpers::IsAvailable

Quick check if currently set source control provider is enabled and 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 > USourceControlHelpers

References

   
Module SourceControl
Header /Engine/Source/Developer/SourceControl/Public/SourceControlHelpers.h
Include #include "SourceControlHelpers.h"
Source /Engine/Source/Developer/SourceControl/Private/SourceControlHelpers.cpp
static bool IsAvailable()

Remarks

Quick check if currently set source control provider is enabled and 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