Navigation
API > API/Runtime > API/Runtime/Core
Named pair to identify bounds, used by some FArchive implementations.
| Name | FArchiveBounds |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Serialization/Archive.h |
| Include Path | #include "Serialization/Archive.h" |
Syntax
struct FArchiveBounds
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BoundsBasis | int64_t | Serialization/Archive.h | ||
| BoundsSize | int64_t | Serialization/Archive.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator==
(
const FArchiveBounds& Other |
Serialization/Archive.h |