Navigation
API > API/Developer > API/Developer/SourceControl > API/Developer/SourceControl/USourceControlHelpers
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool GetAssetDataFromFileHistory
(
const FString& InFileName, |
Helper function to get the asset data from a file's history Note: will not query history to prevent recursion | SourceControlHelpers.h | |
static bool GetAssetDataFromFileHistory
(
FSourceControlStatePtr InSourceControlState, |
Helper function to get the asset data from a file's history Note: will not query history to prevent recursion | SourceControlHelpers.h |
GetAssetDataFromFileHistory(const FString &, TArray< FAssetData > &, TArray< FName > *, int64)
Description
Helper function to get the asset data from a file's history Note: will not query history to prevent recursion
| Name | GetAssetDataFromFileHistory |
| Type | function |
| Header File | /Engine/Source/Developer/SourceControl/Public/SourceControlHelpers.h |
| Include Path | #include "SourceControlHelpers.h" |
| Source | /Engine/Source/Developer/SourceControl/Private/SourceControlHelpers.cpp |
static bool GetAssetDataFromFileHistory
(
const FString & InFileName,
TArray < FAssetData > & OutAssets,
TArray < FName > * OutDependencies,
int64 MaxFetchSize
)
GetAssetDataFromFileHistory(FSourceControlStatePtr, TArray< FAssetData > &, TArray< FName > *, int64)
Description
Helper function to get the asset data from a file's history Note: will not query history to prevent recursion
| Name | GetAssetDataFromFileHistory |
| Type | function |
| Header File | /Engine/Source/Developer/SourceControl/Public/SourceControlHelpers.h |
| Include Path | #include "SourceControlHelpers.h" |
| Source | /Engine/Source/Developer/SourceControl/Private/SourceControlHelpers.cpp |
static bool GetAssetDataFromFileHistory
(
FSourceControlStatePtr InSourceControlState,
TArray < FAssetData > & OutAssets,
TArray < FName > * OutDependencies,
int64 MaxFetchSize
)