Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/FPackageTrailerBuilder
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 UpdatePayloadAsLocal
&40;
const FIoHash & Identifier,
FCompressedBuffer Payload
&41;
Remarks
Allows the caller to replace a payload in the builder that is already marked as virtualized and replace it with one that will be stored locally. true if a virtualized payload was replaced, false if the payload was not in the builder at all
Parameters
| Name | Description |
|---|---|
| Identifier | The identifier of the payload |
| Payload | The content of the payload |