Navigation
API > API/Developer > API/Developer/SourceControl > API/Developer/SourceControl/FSourceControlAssetDataCache
References
| Module | SourceControl |
| Header | /Engine/Source/Developer/SourceControl/Public/SourceControlAssetDataCache.h |
| Include | #include "SourceControlAssetDataCache.h" |
| Source | /Engine/Source/Developer/SourceControl/Private/SourceControlAssetDataCache.cpp |
bool GetAssetDataArray
(
FSourceControlStateRef InFileState,
FAssetDataArrayPtr & OutAssetDataArrayPtr
)
Remarks
Attempt to get AssetData for the provided SourceControlled file. True if processing is complete for the requested asset. False if the process is incomplete and AssetData could still be updated in the future.
Parameters
| Name | Description |
|---|---|
| InFileState | The asset to retrieve AssetData for. |
| OutAssetDataArrayPtr | If retrieved, the AssetData will be returned in this argument. |