Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FArchive
Description
Update the bounds the archive should be reading from, this is meant to be a number of expected bytes from the current archive position (established by Tell()). Bounds are expected to be recursively narrowed by the FArchiveBoundsScope, with outer bounds restored by inner scopes upon scope exit. This is currently only used in a UE_INTERNAL_LINKER_BOUNDS environment and implemented only by FLinkerLoad, but it could be generally useful.
| Name | SetBounds |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Serialization/Archive.h |
| Include Path | #include "Serialization/Archive.h" |
| Source | /Engine/Source/Runtime/Core/Private/Serialization/Archive.cpp |
FArchiveBoundsScope SetBounds
(
int64_t Size
)