FAssetRegistryState::GetAllAssets

Gets asset data for all assets in the registry state.

Windows
MacOS
Linux

References

Module

AssetRegistry

Header

/Engine/Source/Runtime/AssetRegistry/Public/AssetRegistryState.h

Include

#include "AssetRegistryState.h"

Source

/Engine/Source/Runtime/AssetRegistry/Private/AssetRegistryState.cpp

Syntax

bool GetAllAssets
(
    const TSet< FName > & PackageNamesToSkip,
    TArray< FAssetData > & OutAssetData
) const

Remarks

Gets asset data for all assets in the registry state.

Parameters

Parameter

Description

PackageNamesToSkip

explicit list of packages to skip, because they were already added

OutAssetData

the list of assets

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss