Navigation
Unreal Engine C++ API Reference > Developer > SourceControl
References
Module | SourceControl |
Header | /Engine/Source/Developer/SourceControl/Public/ISourceControlProvider.h |
Include | #include "ISourceControlProvider.h" |
Syntax
namespace EStateCacheUsage
{
enum Type
{
ForceUpdate,
Use,
}
}
Values
Name | Description |
---|---|
ForceUpdate | Force a synchronous update of the state of the file. |
Use | Use the cached state if possible |
Remarks
Hint to provider when updating state