Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/ICookArtifact
Description
Construct a container of config settings from the current executable, config, and global assets. If non-empty, it will be passed to CompareSettings each time the cook can cook incrementally, and will be saved to disk in the Metadata folder. If the FConfigFile is empty, it will not be saved, CompareSettings will be called with empty Previous and Current values.
| Name | CalculateCurrentSettings |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Cooker/CookArtifact.h |
| Include Path | #include "Cooker/CookArtifact.h" |
virtual FConfigFile CalculateCurrentSettings
(
ICookInfo & CookInfo,
const ITargetPlatform * TargetPlatform
)