FAssetBundleData::AddBundleAsset

Adds or updates an entry with the given BundleName -> Path.

Windows
MacOS
Linux

References

Module

CoreUObject

Header

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

Include

#include "AssetRegistry/AssetBundleData.h"

Source

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

Syntax

void AddBundleAsset
(
    FName BundleName,
    const FSoftObjectPath & AssetPath
)

Remarks

Adds or updates an entry with the given BundleName -> Path. Scope is empty and will be filled in later

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