Navigation
API > API/Runtime > API/Runtime/CoreUObject
Set the ECookLoadType value in the current scope.
| Name | FCookLoadScope |
| Type | struct |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/ICookInfo.h |
| Include Path | #include "UObject/ICookInfo.h" |
Syntax
struct FCookLoadScope
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCookLoadScope
(
ECookLoadType ScopeType |
UObject/ICookInfo.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FCookLoadScope() |
UObject/ICookInfo.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| PreviousScope | ECookLoadType | UObject/ICookInfo.h |
Functions
Public
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void GetCookerStartupPackages
(
TMap< FName, UE::Cook::FInstigator >& OutStartupPackages |
UObject/ICookInfo.h | ||
static ECookLoadType GetCurrentValue() |
UObject/ICookInfo.h | ||
static void SetCookerStartupComplete
(
TArray< TPair< FName, ECookLoadType > >& OutStartupPackageLoadTypes |
UObject/ICookInfo.h |