Navigation
API > API/Plugins > API/Plugins/GameFeatures
Inheritance Hierarchy
- UObject
- IGameFeatureStateChangeObserver
- UGameFeatureOptionalContentInstaller
References
| Module | GameFeatures |
| Header | /Engine/Plugins/Runtime/GameFeatures/Source/GameFeatures/Public/GameFeatureOptionalContentInstaller.h |
| Include | #include "GameFeatureOptionalContentInstaller.h" |
Syntax
UCLASS (MinimalAPI)
class UGameFeatureOptionalContentInstaller :
public UObject,
public IGameFeatureStateChangeObserver
Remarks
Utilty class to install GFP optional paks (usually containing optional mips) in sync with GFP content installs. NOTE: This only currently supports LRU cached install bundles. It would need UI callbacks and additional support for free space checks and progress tracking to fully support non-LRU GFPs.
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | BeginDestroy () |
||
| void | Enable
(
bool bEnable |
||
| void | EnableCellularDownloading
(
bool bEnable |
||
| void | Init
(
TUniqueFunction< TArray< FName >(FString)> GetOptionalBundlePredicate |
||
| void |
Constants
| Name | Description |
|---|---|
| OnOptionalContentInstalled |