Navigation
API > API/Runtime > API/Runtime/Core
Helper for scoping bounds of a read from buffer aka load operation meant to be created via FArchive::SetBounds. This is only used in high placeholder environments but could be appropriate for other unreliable reads as well.
| Name | FArchiveBoundsScope |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Serialization/Archive.h |
| Include Path | #include "Serialization/Archive.h" |
Syntax
struct FArchiveBoundsScope
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArchiveBoundsScope
(
const FArchiveBoundsScope& |
Serialization/Archive.h | ||
| Serialization/Archive.h | |||
FArchiveBoundsScope
(
FArchive* InOwner, |
Serialization/Archive.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FArchiveBoundsScope() |
Serialization/Archive.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| OriginalBounds | FArchiveBounds | Serialization/Archive.h | ||
| Owner | FArchive * | Serialization/Archive.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArchiveBoundsScope & operator=
(
const FArchiveBoundsScope& |
Serialization/Archive.h | ||
| Serialization/Archive.h |