Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/UCookOnTheFlyServer
Description
Collect filespackages that should not be cooked from ini settings and commandline. Does not include checking UAssetManager, which has to be queried later This function is const because it is not always called and should avoid side effects
| Name | GetNeverCookPackageNames |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Classes/CookOnTheSide/CookOnTheFlyServer.h |
| Include Path | #include "CookOnTheSide/CookOnTheFlyServer.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/CookOnTheFlyServer.cpp |
TArray < FName > GetNeverCookPackageNames
(
TArrayView < const FString > ExtraNeverCookDirectories
) const