UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FInstallBundleCombinedInstallState Struct Reference

#include <InstallBundleTypes.h>

Public Member Functions

INSTALLBUNDLEMANAGER_API bool GetAllBundlesHaveState (EInstallBundleInstallState State, TArrayView< const FName > ExcludedBundles=TArrayView< const FName >()) const
 
INSTALLBUNDLEMANAGER_API bool GetAnyBundleHasState (EInstallBundleInstallState State, TArrayView< const FName > ExcludedBundles=TArrayView< const FName >()) const
 

Public Attributes

TMap< FName, EInstallBundleInstallStateIndividualBundleStates
 
TSet< FNameBundlesWithIoStoreOnDemand
 

Member Function Documentation

◆ GetAllBundlesHaveState()

bool FInstallBundleCombinedInstallState::GetAllBundlesHaveState ( EInstallBundleInstallState  State,
TArrayView< const FName ExcludedBundles = TArrayView<const FName>() 
) const

◆ GetAnyBundleHasState()

bool FInstallBundleCombinedInstallState::GetAnyBundleHasState ( EInstallBundleInstallState  State,
TArrayView< const FName ExcludedBundles = TArrayView<const FName>() 
) const

Member Data Documentation

◆ BundlesWithIoStoreOnDemand

TSet<FName> FInstallBundleCombinedInstallState::BundlesWithIoStoreOnDemand

◆ IndividualBundleStates

TMap<FName, EInstallBundleInstallState> FInstallBundleCombinedInstallState::IndividualBundleStates

The documentation for this struct was generated from the following files: