GetAssetDataFromFileHistory

Overload list

Unreal Engine C++ API Reference > Developer > SourceControl > USourceControlHelpers

  Type Name Description
Public function Static bool

GetAssetDataFromFileHistory ( const FString& InFileName,
TArray< FAssetData >& OutAssets,
TArray< FName >* OutDependencies,
int64 MaxFetchSize
)

Helper function to get the asset data from a file's history Note: will not query history to prevent recursion
Public function Static bool

GetAssetDataFromFileHistory ( FSourceControlStatePtr InSourceControlState,
TArray< FAssetData >& OutAssets,
TArray< FName >* OutDependencies,
int64 MaxFetchSize
)

Helper function to get the asset data from a file's history Note: will not query history to prevent recursion

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library

On this page