UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FIoOffsetAndLength Struct Reference

#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
 

Detailed Description

Combined offset and length.

Constructor & Destructor Documentation

◆ FIoOffsetAndLength() [1/2]

FIoOffsetAndLength::FIoOffsetAndLength ( )
default

◆ FIoOffsetAndLength() [2/2]

FIoOffsetAndLength::FIoOffsetAndLength ( const uint64  Offset,
const uint64  Length 
)
inlineexplicit

Member Function Documentation

◆ GetLength()

uint64 FIoOffsetAndLength::GetLength ( ) const
inline

◆ GetOffset()

uint64 FIoOffsetAndLength::GetOffset ( ) const
inline

◆ IsValid()

bool FIoOffsetAndLength::IsValid ( ) const
inline

Returns true if either the length or offset have been set, otherwise false

◆ SetLength()

void FIoOffsetAndLength::SetLength ( uint64  Length)
inline

◆ SetOffset()

void FIoOffsetAndLength::SetOffset ( uint64  Offset)
inline

The documentation for this struct was generated from the following file: