Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Serialization > API/Runtime/Core/Serialization/FArchiveState
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Serialization/Archive.h |
| Include | #include "Serialization/Archive.h" |
| Source | /Engine/Source/Runtime/Core/Private/Serialization/Archive.cpp |
virtual void SetIsLoadingFromCookedPackage
&40;
bool bInIsLoadingFromCookedPackage
&41;
Remarks
Sets whether the archive is loading from a cooked package.
Parameters
| Name | Description |
|---|---|
| bInIsLoadingFromCookedPackage | true if this archive is loading from a cooked package, false otherwise |