UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
AssetBundleData.cpp File Reference

Namespaces

namespace  UE
 
namespace  UE::AssetBundleEntry
 
namespace  UE::AssetBundleEntry::Private
 

Functions

 UE_IMPLEMENT_STRUCT ("/Script/CoreUObject", AssetBundleData)
 
const FStringView UE::AssetBundleEntry::Private::BundleNamePrefix (TEXT("(BundleName=\""))
 
const FStringView UE::AssetBundleEntry::Private::BundleAssetsPrefix (TEXT(",BundleAssets=("))
 
const FStringView UE::AssetBundleEntry::Private::AssetPathsPrefix (TEXT(",AssetPaths=("))
 
const FStringView UE::AssetBundleEntry::Private::BundlesPrefix (TEXT("(Bundles=("))
 

Variables

const FStringView UE::AssetBundleEntry::Private::EmptyAssetPathsPrefix (TEXT(",AssetPaths="))
 
const FStringView UE::AssetBundleEntry::Private::AssetPathsSuffix (TEXT("))"))
 
const FStringView UE::AssetBundleEntry::Private::BundlesSuffix (TEXT("))"))
 
const FStringView UE::AssetBundleEntry::Private::EmptyBundles (TEXT("(Bundles=)"))
 
const FStringView UE::AssetBundleEntry::Private::StructOrArraySuffix (TEXT(")"))
 

Function Documentation

◆ UE_IMPLEMENT_STRUCT()

UE_IMPLEMENT_STRUCT ( "/Script/CoreUObject"  ,
AssetBundleData   
)