Navigation
Unreal Engine C++ API Reference > 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, FAssetDataArrayPtr& OutAssetDataAr... ) | Attempt to get AssetData for the provided SourceControlled file. |
void | OnSourceControlDialogClosed () | Called when Source Control Dialog is closed. Allow work to be resumed. |
void | OnSourceControlDialogShown () | 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 |