Struct containing Package with Name and bOnlyPrepareMaps flag used to separate the cooking of maps and props across the different stages (Maps will be imported during make import command and Props will be imported during make package command) More...
#include <PrepareAssetsForCookingCommandlet.h>
Public Attributes | |
bool | bOnlyPrepareMaps |
FString | Name |
Struct containing Package with Name and bOnlyPrepareMaps flag used to separate the cooking of maps and props across the different stages (Maps will be imported during make import command and Props will be imported during make package command)
Definition at line 26 of file PrepareAssetsForCookingCommandlet.h.
bool FPackageParams::bOnlyPrepareMaps |
Definition at line 32 of file PrepareAssetsForCookingCommandlet.h.
FString FPackageParams::Name |
Definition at line 30 of file PrepareAssetsForCookingCommandlet.h.
Referenced by ULoadAssetMaterialsCommandlet::ULoadAssetMaterialsCommandlet().