UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition ContentBundleBase.h:13
Definition ContentBundlePaths.h:10
constexpr FStringView GetContentBundleFolder()
Definition ContentBundlePaths.h:16
ENGINE_API FName GetContentBundleGuidsAssetRegistryTag()
Definition ContentBundlePaths.cpp:18
constexpr FStringView ContentBundleFolder
Definition ContentBundlePaths.h:11
constexpr FStringView ContentBundleAssetRegistryTagString
Definition ContentBundlePaths.h:13
constexpr FStringView GetContentBundleFolderName()
Definition ContentBundlePaths.h:19
FString GetRelativeLevelFolder(const FContentBundleBase &ContentBundle)
Definition ContentBundlePaths.cpp:79
ENGINE_API TArray< FGuid > ParseContentBundleGuids(const FString &GuidsStr)
Definition ContentBundlePaths.cpp:47
constexpr FStringView GetGeneratedFolderName()
Definition ContentBundlePaths.h:29
ENGINE_API void AddRegistryTags(FAssetRegistryTagsContext Context, TArray< FGuid > &ContentBundleGuids)
Definition ContentBundlePaths.cpp:25
FString GetCookedContentBundleLevelFolder(const FContentBundleBase &ContentBundle)
Definition ContentBundlePaths.cpp:65
ENGINE_API void ForEachContentBundleLevelPackagePath(const FString &InLevelPackageName, TFunctionRef< void(const FString &)> Func)
constexpr FStringView GeneratedFolder
Definition ContentBundlePaths.h:12
constexpr FStringView GetGeneratedFolder()
Definition ContentBundlePaths.h:26
Definition ContentBundleLog.cpp:15