Iterative cook does not cook only changed content in Binary UnrealFrontend

UE - Foundation - Core - Cooker - Feb 7, 2017

This is not a regression as it occurs in 4.14.3. Also this did not occur in a source build of UFE from Github. Excerpt from the logs:UE4Editor-Cmd: [2017.02.07-18.58.10:328][ 0]LogCook:Display: ...

CookOnTheFly: No message when starting creation of asset registry

UE - Foundation - Core - Cooker - Feb 7, 2017

UCookOnTheFlyServer::GenerateAssetRegistry() logs when the registry has been created and how long it took, but there is no message to indicate when the operation started (unless using DEBUG_COOKONTH ...

Memory-only FMOD assets cause 'unable to find cached package' spam in log

UE - Foundation - Core - Cooker - Jan 23, 2017

When loading individual events/sounds in an FMOD bank file, the cook will emit a warning for each asset which pollutes the log file with superfluous messages. This is because the actual event/sound ...

Colon in UPROPERTY category invalidates iterative build

UE - Foundation - Core - Cooker - Jan 13, 2017

The presence of a colon ':' character in the category string of a UPROPERTY will cause iterative cooking to generate the following error:Found unparsable ini setting Windows.EditorPerProjectUserSett ...

Launching from the editor can cause certain maps to become dirty and require saving and/or checkout

UE - Foundation - Core - Cooker - Sep 21, 2016

Using the launch option in the editor will cause some maps in the "List of maps to include in a packaged build" to become dirty and require checkout when in a project that is connected to source con ...

ResavePackages commandlet with Build Lighting applies level transform each time

UE - Foundation - Core - Cooker - Sep 13, 2016

While using the commandlet for RebuildPackages with -BuildLighting and having any sub-levels with level transforms will be added to the current position each time this commandlet is run. As an exa ...

Loading Pak Files from Third Party into Project producing Texture Artifacts

UE - Foundation - Core - Cooker - Sep 2, 2016

Calling an object from the mounted pak file, textures on objects appear wrong, and the texture from the Engine defaults gets assigned. This happens with all objects on the screen including meshes, b ...

Launch on Mac attempts to load incorrect map for 2D Side Scroller template

UE - Foundation - Core - Cooker - Aug 2, 2016

Important: To get this to repro 100% of the time a new Blueprint 2D Side Scroller template project must be used. If you close the project, then reopen it the project opens to the correct map. I'm as ...

MapsToCook is not relative and is ignored if the project's directory is moved

UE - Foundation - Core - Cooker - Mar 3, 2016

If the MapsToCook is set in the editor using the "List of maps to include in a packaged build" and the project's directory is moved, the list is no longer valid as it was pointing to the specific fi ...

PakBlacklist does not seem to be excluding files properly

UE - Foundation - Core - Cooker - Feb 10, 2016

The pak-blacklist files do not seem to be working fully. While some of the files may be excluded Engine/Content/Slate files are staying behind, which can be seen once you've used UnrealPak ...