Navigation
API > API/Editor > API/Editor/UnrealEd
Description
This is our Functional "Do an Action to all Packages" Template. Basically it handles all of the boilerplate code which normally gets copy pasted around. So now we just pass in the OBJECTYPE (e.g. Texture2D ) and then the Functor which will do the actual work.
| Name | DoActionToAllPackages |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/PackageHelperFunctions.h |
| Include Path | #include "PackageHelperFunctions.h" |
template<typename OBJECTYPE, typename FUNCTOR>
void DoActionToAllPackages
(
UCommandlet * Commandlet,
const FString & Params
)
See Also
-
UFindMissingPhysicalMaterialsCommandlet
-
UFindTexturesWhichLackLODBiasOfTwoCommandlet