Navigation
API > API/Runtime > API/Runtime/InstallBundleManager > API/Runtime/InstallBundleManager/FInstallManagerBundleReport
Description
Returns the lowest current versions of any bundle. If any bundle has no such version (in other words, nothing is installed), or if there are no bundles, this returns an empty optional.
| Name | GetLowestCurrentBundleVersion |
| Type | function |
| Header File | /Engine/Source/Runtime/InstallBundleManager/Public/InstallBundleManagerReporting.h |
| Include Path | #include "InstallBundleManagerReporting.h" |
| Source | /Engine/Source/Runtime/InstallBundleManager/Private/InstallBundleManagerReporting.cpp |
TOptional< FString > GetLowestCurrentBundleVersion() const