Navigation
API > API/Developer > API/Developer/SourceControl
References
| Module | SourceControl |
| Header | /Engine/Source/Developer/SourceControl/Public/SourceControlAssetDataCache.h |
| Include | #include "SourceControlAssetDataCache.h" |
Syntax
class FSourceControlAssetDataCache
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | GetAssetDataArray
(
FSourceControlStateRef InFileState, |
Attempt to get AssetData for the provided SourceControlled file. | |
| void | Called when Source Control Dialog is closed. Allow work to be resumed. | ||
| void | Called when Source Control Dialog is shown. Prevents tasks to run while the dialog is opened. | ||
| void | Shutdown () |
Called when SourceControl module is shutting down. | |
| void | Startup () |
Called when SourceControl module is starting up. | |
| void | Tick () |
Called every update. |
Typedefs
| Name | Description |
|---|---|
| FAssetDataCache |