UKismetSystemLibrary::GetPrimaryAssetsWithBundleState

Returns the list of assets that are in a given bundle state.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Kismet/KismetSystemLibrary.h

Include

#include "Kismet/KismetSystemLibrary.h"

Source

/Engine/Source/Runtime/Engine/Private/KismetSystemLibrary.cpp

Syntax

static void GetPrimaryAssetsWithBundleState
(
    const TArray< FName > & RequiredBundles,
    const TArray< FName > & ExcludedBundles,
    const TArray< FPrimaryAssetType > & ValidTypes,
    bool bForceCurrentState,
    TArray< FPrimaryAssetId > & OutPrimaryAssetIdList
)

Remarks

Returns the list of assets that are in a given bundle state. Required Bundles must be specified If ExcludedBundles is not empty, it will not return any assets in those bundle states If ValidTypes is not empty, it will only return assets of those types If ForceCurrentState is true it will use the current state even if a load is in process

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