UKismetSystemLibrary::GetCurrentBundleState

Returns the list of loaded bundles for a given Primary Asset.

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 bool GetCurrentBundleState
(
    FPrimaryAssetId PrimaryAssetId,
    bool bForceCurrentState,
    TArray< FName > & OutBundles
)

Remarks

Returns the list of loaded bundles for a given Primary Asset. This will return false if the asset is not loaded at all. If ForceCurrentState is true it will return 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