Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Commandlets > API/Editor/UnrealEd/Commandlets/UBaseIteratePackagesCommandlet > API/Editor/UnrealEd/Commandlets/UBaseIteratePackagesCommandlet/PerformAdditiona-
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Classes/Commandlets/BaseIteratePackagesCommandlet.h |
| Include | #include "Commandlets/BaseIteratePackagesCommandlet.h" |
virtual void PerformAdditionalOperations
&40;
class UObject &42; Object,
bool & bSavePackage
&41;
Remarks
Allows the commandlet to perform any additional operations on the object before it is resaved.
Parameters
| Name | Description |
|---|---|
| Object | the object in the current package that is currently being processed |
| bSavePackage | [in] indicates whether the package is currently going to be saved [out] set to true to resave the package |