ICookedEditorPackageManager::GatherAllPackagesExceptDisabled

Meat of this class, this calls other functions that generally will be overridden - subclass needs to pass in disabled plugins

Unreal Engine C++ API Reference > Developer > CookedEditor > ICookedEditorPackageManager

References

   
Module CookedEditor
Header /Engine/Source/Developer/CookedEditor/Public/CookedEditorPackageManager.h
Include #include "CookedEditorPackageManager.h"
Source /Engine/Source/Developer/CookedEditor/Private/CookedEditorPackageManager.cpp
void GatherAllPackagesExceptDisabled
(
    [TArray](API\Runtime\Core\Containers\TArray)< [FName](API\Runtime\Core\UObject\FName) > & PackageNames,
    const [ITargetPlatform](API\Developer\TargetPlatform\Interfaces\ITargetPlatform) * TargetPlatform,
    const [TArray](API\Runtime\Core\Containers\TArray)< [FString](API\Runtime\Core\Containers\FString) > & DisabledPlugins
) const

Remarks

Meat of this class, this calls other functions that generally will be overridden - subclass needs to pass in disabled plugins


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library