FAssetData::FAssetData

Constructor with a long package name and a full object path which might not be part of the package this asset is in.

Windows
MacOS
Linux

References

Module

CoreUObject

Header

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

Include

#include "AssetRegistry/AssetData.h"

Source

/Engine/Source/Runtime/CoreUObject/Private/AssetRegistry/AssetData.cpp

Syntax

FAssetData
(
    const FString & InLongPackageName,
    const FString & InObjectPath,
    FName InAssetClass,
    FAssetDataTagMap InTags,
    TArrayView< const int32 > InChunkIDs,
    uint32 InPackageFlags
)

Remarks

Constructor with a long package name and a full object path which might not be part of the package this asset is in.

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