Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Commandlets > API/Editor/UnrealEd/Commandlets/UResavePackagesCommandlet
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 |
bool CleanClassesFromContentPackages
(
class UPackage * Package
)
Remarks
Removes any UClass exports from packages which aren't script packages. true to resave the package
Parameters
Name | Description |
---|---|
Package | the package that is currently being processed |