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

#include <BlockStructure.h>

Public Member Functions

 FBlockEntry (uint64 InOffset, uint64 InSize)
 
 ~FBlockEntry ()
 
uint64 GetOffset () const
 
uint64 GetSize () const
 
const FBlockEntryGetNext () const
 
const FBlockEntryGetPrevious () const
 
FBlockRange AsRange () const
 

Friends

class FBlockStructure
 

Constructor & Destructor Documentation

◆ FBlockEntry()

BuildPatchServices::FBlockEntry::FBlockEntry ( uint64  InOffset,
uint64  InSize 
)

◆ ~FBlockEntry()

BuildPatchServices::FBlockEntry::~FBlockEntry ( )

Member Function Documentation

◆ AsRange()

FBlockRange BuildPatchServices::FBlockEntry::AsRange ( ) const
inline

◆ GetNext()

const FBlockEntry * BuildPatchServices::FBlockEntry::GetNext ( ) const

◆ GetOffset()

uint64 BuildPatchServices::FBlockEntry::GetOffset ( ) const

◆ GetPrevious()

const FBlockEntry * BuildPatchServices::FBlockEntry::GetPrevious ( ) const

◆ GetSize()

uint64 BuildPatchServices::FBlockEntry::GetSize ( ) const

Friends And Related Symbol Documentation

◆ FBlockStructure

friend class FBlockStructure
friend

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