Module |
|
Header |
/Engine/Source/Runtime/AssetRegistry/Public/IAssetRegistry.h |
Include |
#include "IAssetRegistry.h" |
Gets asset data for all assets in the supplied folder path
Parameter |
Description |
---|---|
PackagePath |
the path to query asset data in (eg, /Game/MyFolder) |
OutAssetData |
the list of assets in this path |
bRecursive |
if true, all supplied paths will be searched recursively |