Navigation
API > API/Runtime > API/Runtime/CoreUObject
Argument and return value passing structure for ICookArtifact::CompareSettings.
| Name | FCompareSettingsContext |
| Type | struct |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Cooker/CookArtifact.h |
| Include Path | #include "Cooker/CookArtifact.h" |
Syntax
struct FCompareSettingsContext
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCompareSettingsContext
(
ICookInfo& InCookInfo, |
Cooker/CookArtifact.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bRequestFullRecook | bool | Cooker/CookArtifact.h | ||
| bRequestInvalidate | bool | Cooker/CookArtifact.h | ||
| CookInfo | ICookInfo & | Cooker/CookArtifact.h | ||
| Current | const FConfigFile & | Cooker/CookArtifact.h | ||
| Previous | const FConfigFile & | Cooker/CookArtifact.h | ||
| PreviousFileName | const FString & | Cooker/CookArtifact.h | ||
| TargetPlatform | const ITargetPlatform * | Cooker/CookArtifact.h | ||
| UCookOnTheFlyServer | friend | Cooker/CookArtifact.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ICookInfo & GetCookInfo() |
Cooker/CookArtifact.h | ||
const FConfigFile & GetCurrent() |
Cooker/CookArtifact.h | ||
const FConfigFile & GetPrevious() |
Cooker/CookArtifact.h | ||
const FString & GetPreviousFileName() |
Cooker/CookArtifact.h | ||
const ITargetPlatform * GetTargetPlatform () |
The TargetPlatform being tested; invalidation requests are allowed to differ between platforms. | Cooker/CookArtifact.h | |
bool IsRequestFullRecook() |
Cooker/CookArtifact.h | ||
bool IsRequestInvalidate() |
Cooker/CookArtifact.h | ||
void RequestFullRecook
(
bool bValue |
Request a full recook; all artifacts invalidated and all packages recooked. | Cooker/CookArtifact.h | |
void RequestInvalidate
(
bool bValue |
Request an invalidation of just this artifact. | Cooker/CookArtifact.h |