Navigation
API > API/Developer > API/Developer/SourceControl > API/Developer/SourceControl/USourceControlHelpers
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool GetAssetData
(
const FString& InFileName, |
Helper function to retrieve the FAssetData associated with a given file | SourceControlHelpers.h | |
static bool GetAssetData
(
const FString& InFileName, |
Helper function to retrieve the FAssetData associated with a given file | SourceControlHelpers.h |
GetAssetData(const FString &, TArray< FAssetData > &, TArray< FName > *)
Description
Helper function to retrieve the FAssetData associated with a given file
| Name | GetAssetData |
| 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 GetAssetData
(
const FString & InFileName,
TArray < FAssetData > & OutAssets,
TArray < FName > * OutDependencies
)
Whether the asset data could be retrieved or not
GetAssetData(const FString &, const FString &, TArray< FAssetData > &, TArray< FName > *)
Description
Helper function to retrieve the FAssetData associated with a given file
| Name | GetAssetData |
| 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 GetAssetData
(
const FString & InFileName,
const FString & InPackageName,
TArray < FAssetData > & OutAssets,
TArray < FName > * OutDependencies
)
Whether the asset data could be retrieved or not