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)

Windows
MacOS
Linux

References

Module

SourceControl

Header

/Engine/Source/Developer/SourceControl/Public/ISourceControlProvider.h

Include

#include "ISourceControlProvider.h"

Syntax

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)

Returns

true if source control is available, false if it is not

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss