![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <ContentBundleContainer.h>
Public Member Functions | |
| FContentBundleContainer (UWorld *WorldToInjectIn) | |
| ~FContentBundleContainer () | |
| UWorld * | GetInjectedWorld () const |
| void | Initialize () |
| void | Deinitialize () |
| void | AddReferencedObjects (FReferenceCollector &Collector) |
| uint32 | GetNumContentBundles () const |
| const TArray< TUniquePtr< FContentBundle > > & | GetGameContentBundles () const |
| TArray< TUniquePtr< FContentBundle > > & | GetGameContentBundles () |
| bool | InjectContentBundle (FContentBundleClient &ContentBundleClient) |
| bool | RemoveContentBundle (FContentBundleClient &ContentBundleClient) |
| void | ForEachContentBundle (TFunctionRef< void(FContentBundleBase *)> Func) const |
| void | ForEachContentBundleBreakable (TFunctionRef< bool(FContentBundleBase *)> Func) const |
| FContentBundleContainer::FContentBundleContainer | ( | UWorld * | WorldToInjectIn | ) |
| FContentBundleContainer::~FContentBundleContainer | ( | ) |
| void FContentBundleContainer::AddReferencedObjects | ( | FReferenceCollector & | Collector | ) |
| void FContentBundleContainer::Deinitialize | ( | ) |
| void FContentBundleContainer::ForEachContentBundle | ( | TFunctionRef< void(FContentBundleBase *)> | Func | ) | const |
| void FContentBundleContainer::ForEachContentBundleBreakable | ( | TFunctionRef< bool(FContentBundleBase *)> | Func | ) | const |
| TArray< TUniquePtr< FContentBundle > > & FContentBundleContainer::GetGameContentBundles | ( | ) |
| const TArray< TUniquePtr< FContentBundle > > & FContentBundleContainer::GetGameContentBundles | ( | ) | const |
| UWorld * FContentBundleContainer::GetInjectedWorld | ( | ) | const |
| uint32 FContentBundleContainer::GetNumContentBundles | ( | ) | const |
| void FContentBundleContainer::Initialize | ( | ) |
| bool FContentBundleContainer::InjectContentBundle | ( | FContentBundleClient & | ContentBundleClient | ) |
| bool FContentBundleContainer::RemoveContentBundle | ( | FContentBundleClient & | ContentBundleClient | ) |