23 return OffsetAndLength[4]
24 | (
uint64(OffsetAndLength[3]) << 8)
25 | (
uint64(OffsetAndLength[2]) << 16)
26 | (
uint64(OffsetAndLength[1]) << 24)
27 | (
uint64(OffsetAndLength[0]) << 32)
33 return OffsetAndLength[9]
34 | (
uint64(OffsetAndLength[8]) << 8)
35 | (
uint64(OffsetAndLength[7]) << 16)
36 | (
uint64(OffsetAndLength[6]) << 24)
37 | (
uint64(OffsetAndLength[5]) << 32)
68 uint8 OffsetAndLength[5 + 5];
uint32 Offset
Definition VulkanMemory.cpp:4033
Definition IoOffsetLength.h:12
void SetOffset(uint64 Offset)
Definition IoOffsetLength.h:41
uint64 GetOffset() const
Definition IoOffsetLength.h:21
FIoOffsetAndLength()=default
void SetLength(uint64 Length)
Definition IoOffsetLength.h:50
bool IsValid() const
Definition IoOffsetLength.h:60
uint64 GetLength() const
Definition IoOffsetLength.h:31
FIoOffsetAndLength(const uint64 Offset, const uint64 Length)
Definition IoOffsetLength.h:15
static bool MemIsZero(const void *Ptr, SIZE_T Count)
Definition UnrealMemory.h:137