Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UPackage
Description
Call this to indicate that this package should load uncooked when possible (ie hybrid cooked editor). It requires an FArchive param to validate that we only set this flag on cooked packages. Eventually, this flag shouldn't be needed anymore, but we don't want to save this flag in source/checked in packages, in case the particular PKG flag bit is reused, as that could confuse whatever code uses that bit in the future
| Name | ThisShouldLoadUncooked |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/Package.h |
| Include Path | #include "UObject/Package.h" |
void ThisShouldLoadUncooked
(
const FArchive & Ar
)