Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/FPackageTrailer
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/PackageTrailer.h |
| Include | #include "UObject/PackageTrailer.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/PackageTrailer.cpp |
bool UpdatePayloadAsVirtualized
(
const FIoHash & Identifier
)
Remarks
Calling this indicates that the payload has been virtualized and will no longer be stored on disk. True if the payload was in the trailer, otherwise false
Parameters
| Name | Description |
|---|---|
| Identifier | The payload that has been virtualized |