FAssetData::GetFirstAssetDataOfClass

Get the first [FAssetData](API\Runtime\CoreUObject\AssetRegistry\FAssetData) of a particular class from an Array of [FAssetData](API\Runtime\CoreUObject\AssetRegistry\FAssetData)

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/AssetRegistry/AssetData.h

Include

#include "AssetRegistry/AssetData.h"

Syntax

static FAssetData GetFirstAssetDataOfClass
(
    const TArray< FAssetData > & Assets,
    const UClass * DesiredClass
)

Remarks

Get the first FAssetData of a particular class from an Array of FAssetData

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