UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ContentBundlePaths Namespace Reference

Functions

constexpr FStringView GetContentBundleFolder ()
 
constexpr FStringView GetContentBundleFolderName ()
 
constexpr FStringView GetGeneratedFolder ()
 
constexpr FStringView GetGeneratedFolderName ()
 
ENGINE_API FName GetContentBundleGuidsAssetRegistryTag ()
 
ENGINE_API void AddRegistryTags (FAssetRegistryTagsContext Context, TArray< FGuid > &ContentBundleGuids)
 
ENGINE_API TArray< FGuidParseContentBundleGuids (const FString &GuidsStr)
 
ENGINE_API TArray< FGuidParseContentBundleGuids (const FAssetData &AssetData)
 
ENGINE_API void ForEachContentBundleLevelPackagePath (const FString &InLevelPackageName, TFunctionRef< void(const FString &)> Func)
 
FString GetCookedContentBundleLevelFolder (const FContentBundleBase &ContentBundle)
 
FString GetRelativeLevelFolder (const FContentBundleBase &ContentBundle)
 

Variables

constexpr FStringView ContentBundleFolder = TEXTVIEW("/ContentBundle/")
 
constexpr FStringView GeneratedFolder = TEXTVIEW("/_Generated_/")
 
constexpr FStringView ContentBundleAssetRegistryTagString = TEXTVIEW("ContentBundleGuids")
 

Function Documentation

◆ AddRegistryTags()

void ContentBundlePaths::AddRegistryTags ( FAssetRegistryTagsContext  Context,
TArray< FGuid > &  ContentBundleGuids 
)

◆ ForEachContentBundleLevelPackagePath()

ENGINE_API void ContentBundlePaths::ForEachContentBundleLevelPackagePath ( const FString &  InLevelPackageName,
TFunctionRef< void(const FString &)>  Func 
)

◆ GetContentBundleFolder()

constexpr FStringView ContentBundlePaths::GetContentBundleFolder ( )
constexpr

◆ GetContentBundleFolderName()

constexpr FStringView ContentBundlePaths::GetContentBundleFolderName ( )
constexpr

◆ GetContentBundleGuidsAssetRegistryTag()

FName ContentBundlePaths::GetContentBundleGuidsAssetRegistryTag ( )

◆ GetCookedContentBundleLevelFolder()

FString ContentBundlePaths::GetCookedContentBundleLevelFolder ( const FContentBundleBase ContentBundle)

◆ GetGeneratedFolder()

constexpr FStringView ContentBundlePaths::GetGeneratedFolder ( )
constexpr

◆ GetGeneratedFolderName()

constexpr FStringView ContentBundlePaths::GetGeneratedFolderName ( )
constexpr

◆ GetRelativeLevelFolder()

FString ContentBundlePaths::GetRelativeLevelFolder ( const FContentBundleBase ContentBundle)

◆ ParseContentBundleGuids() [1/2]

TArray< FGuid > ContentBundlePaths::ParseContentBundleGuids ( const FAssetData AssetData)

◆ ParseContentBundleGuids() [2/2]

TArray< FGuid > ContentBundlePaths::ParseContentBundleGuids ( const FString &  GuidsStr)

Variable Documentation

◆ ContentBundleAssetRegistryTagString

constexpr FStringView ContentBundlePaths::ContentBundleAssetRegistryTagString = TEXTVIEW("ContentBundleGuids")
inlineconstexpr

◆ ContentBundleFolder

constexpr FStringView ContentBundlePaths::ContentBundleFolder = TEXTVIEW("/ContentBundle/")
inlineconstexpr

◆ GeneratedFolder

constexpr FStringView ContentBundlePaths::GeneratedFolder = TEXTVIEW("/_Generated_/")
inlineconstexpr