ISourceControlModule::IsEnabled

Check whether source control is enabled.

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

References

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

Remarks

Check whether source control is enabled. Specifically, it returns true if a source control provider is set (regardless of whether the provider is available) and false if no provider is set.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library