![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <IoOffsetLength.h>
Public Member Functions | |
| FIoOffsetAndLength ()=default | |
| FIoOffsetAndLength (const uint64 Offset, const uint64 Length) | |
| uint64 | GetOffset () const |
| uint64 | GetLength () const |
| void | SetOffset (uint64 Offset) |
| void | SetLength (uint64 Length) |
| bool | IsValid () const |
Combined offset and length.
|
default |
|
inline |
|
inline |
|
inline |
Returns true if either the length or offset have been set, otherwise false