Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FEditorFileUtils
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/FileHelpers.h |
| Include | #include "FileHelpers.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/FileHelpers.cpp |
static void GetDirtyContentPackages
&40;
TArray< UPackage &42; > & OutDirtyPackages,
const FShouldIgnorePackageFunctionRef & ShouldIgnorePackageFunction
&41;
Remarks
Appends array with all currently dirty content packages.
Parameters
| Name | Description |
|---|---|
| OutDirtyPackages | Array to append dirty packages to. |