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