IAssetTypeActions::GetValidAssetsForPreviewOrEdit

Returns the set of asset data that is valid to load.

Windows
MacOS
Linux

Override Hierarchy

IAssetTypeActions::GetValidAssetsForPreviewOrEdit()

FAssetTypeActions_Base::GetValidAssetsForPreviewOrEdit()

References

Module

AssetTools

Header

/Engine/Source/Developer/AssetTools/Public/IAssetTypeActions.h

Include

#include "IAssetTypeActions.h"

Syntax

TArray< FAssetData > GetValidAssetsForPreviewOrEdit
(
    TArrayView< const FAssetData > InAssetDatas,
    bool bIsPreview
)

Remarks

Returns the set of asset data that is valid to load.

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