Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Commandlets > API/Editor/UnrealEd/Commandlets/UResavePackagesCommandlet > API/Editor/UnrealEd/Commandlets/UResavePackagesCommandlet/PerformAdditiona-
References
Module | UnrealEd |
Header | /Engine/Source/Editor/UnrealEd/Classes/Commandlets/ResavePackagesCommandlet.h |
Include | #include "Commandlets/ResavePackagesCommandlet.h" |
Source | /Engine/Source/Editor/UnrealEd/Private/Commandlets/ContentCommandlets.cpp |
virtual void PerformAdditionalOperations
(
class UWorld * World,
bool & bSavePackage
)
Remarks
Allows the commandlet to perform any additional operations on the world before it is resaved.
Parameters
Name | Description |
---|---|
World | the world 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 |