GetAssetData

Overload list

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

  Type Name Description
Public function Static bool

GetAssetData ( const FString& InFileName,
TArray< FAssetData >& OutAssets,
TArray< FName >* OutDependencies
)

Helper function to retrieve the FAssetData associated with a given file
Public function Static bool

GetAssetData ( const FString& InFileName,
const FString& InPackageName,
TArray< FAssetData >& OutAssets,
TArray< FName >* OutDependencies
)

Helper function to retrieve the FAssetData associated with a given file

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library

On this page