| bRequiredForLaunch |
bool |
Whether this chunk must be installed before the game can be launched. |
GDKTargetSettings.h |
- EditAnywhere
- Config
- Category=Packaging
|
| ChunkId |
int32 |
Unreal chunk identifier. |
GDKTargetSettings.h |
- EditAnywhere
- Config
- Category=Packaging
- Meta=(ClampMin=0)
|
| Devices |
TArray< FString > |
List of devices that this chunk is available for. |
GDKTargetSettings.h |
- EditAnywhere
- Config
- Category=Packaging
- Meta=(GetOptions="GetKnownDeviceTypes")
|
| StageIds |
TArray< FString > |
List of languages from CultureToStage. See "Languages To Package" in Packaging settings. |
GDKTargetSettings.h |
- EditAnywhere
- Config
- Category=Packaging
- Meta=(GetOptions="GetKnownCultureStageIds", DisplayName="Languages")
|
| Tags |
FString |
List of tags, separated by semicolons, (using # to define groups if Features are also used). Does not apply when 'required for launch' is set. See the GDK documentation for details. |
GDKTargetSettings.h |
- EditAnywhere
- Config
- Category=Packaging
|