UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
BuildPatchServices::TBlockData< ElementType > Struct Template Reference

#include <BlockData.h>

Public Member Functions

int32 GetDataCount () const
 
uint32 GetAllocatedSize () const
 
void CopyTo (TArray< ElementType > &OutData, const FBlockStructure &Structure) const
 
void AddData (const FBlockStructure &NewStructure, const TArray< ElementType > &NewData)
 
void AddData (const FBlockStructure &NewStructure, const ElementType *NewData, const int32 NewDataCount)
 
void RemoveData (const FBlockStructure &Structure)
 

Member Function Documentation

◆ AddData() [1/2]

template<typename ElementType >
void BuildPatchServices::TBlockData< ElementType >::AddData ( const FBlockStructure NewStructure,
const ElementType *  NewData,
const int32  NewDataCount 
)
inline

◆ AddData() [2/2]

template<typename ElementType >
void BuildPatchServices::TBlockData< ElementType >::AddData ( const FBlockStructure NewStructure,
const TArray< ElementType > &  NewData 
)
inline

◆ CopyTo()

template<typename ElementType >
void BuildPatchServices::TBlockData< ElementType >::CopyTo ( TArray< ElementType > &  OutData,
const FBlockStructure Structure 
) const
inline

◆ GetAllocatedSize()

template<typename ElementType >
uint32 BuildPatchServices::TBlockData< ElementType >::GetAllocatedSize ( ) const
inline

◆ GetDataCount()

template<typename ElementType >
int32 BuildPatchServices::TBlockData< ElementType >::GetDataCount ( ) const
inline

◆ RemoveData()

template<typename ElementType >
void BuildPatchServices::TBlockData< ElementType >::RemoveData ( const FBlockStructure Structure)
inline

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