UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TDeltaSetup< ElementType, DeltaType >::FWriter Struct Reference

#include <InstanceUpdateChangeSet.h>

Public Member Functions

void Gather (TFunctionRef< FElement(int32)> DataSourceFunc)
 
template<typename InElementType >
void Gather (const TArrayView< InElementType > SourceData, int32 InElementStride=1)
 
void Gather (const FElement &SingleSourceElement)
 

Public Attributes

TDeltaSetup Setup
 

Detailed Description

template<typename ElementType, typename DeltaType>
struct TDeltaSetup< ElementType, DeltaType >::FWriter

Binds a specific delta type to an array for writing.

Member Function Documentation

◆ Gather() [1/3]

template<typename ElementType , typename DeltaType >
void TDeltaSetup< ElementType, DeltaType >::FWriter::Gather ( const FElement SingleSourceElement)
inline

◆ Gather() [2/3]

template<typename ElementType , typename DeltaType >
template<typename InElementType >
void TDeltaSetup< ElementType, DeltaType >::FWriter::Gather ( const TArrayView< InElementType SourceData,
int32  InElementStride = 1 
)
inline

◆ Gather() [3/3]

template<typename ElementType , typename DeltaType >
void TDeltaSetup< ElementType, DeltaType >::FWriter::Gather ( TFunctionRef< FElement(int32)>  DataSourceFunc)
inline

Member Data Documentation

◆ Setup

template<typename ElementType , typename DeltaType >
TDeltaSetup TDeltaSetup< ElementType, DeltaType >::FWriter::Setup

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