UResavePackagesCommandlet::PerformAdditionalOperations

Allows the commandlet to perform any additional operations on the package before it is resaved.

Windows
MacOS
Linux

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

Syntax

virtual void PerformAdditionalOperations
(
    class UPackage * Package,
    bool & bSavePackage
)

Remarks

Allows the commandlet to perform any additional operations on the package before it is resaved.

Parameters

Parameter

Description

Package

the 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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss