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

#include <InstanceUpdateChangeSet.h>

Public Member Functions

template<typename IndexRemapType >
void Scatter (TArray< ElementType > &OutDataArray, const IndexRemapType &IndexRemap)
 
template<typename ElementTransformFuncType , typename IndexRemapType >
void Scatter (TArray< ElementType > &OutDataArray, ElementTransformFuncType ElementTransformFunc, const IndexRemapType &IndexRemap)
 

Public Attributes

TDeltaSetup Setup
 

Detailed Description

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

Binds a specific delta type to an array for writing.

Member Function Documentation

◆ Scatter() [1/2]

template<typename ElementType , typename DeltaType >
void TDeltaSetup< ElementType, DeltaType >::FReader::Scatter ( TArray< ElementType > &  OutDataArray,
const IndexRemapType IndexRemap 
)
inline

◆ Scatter() [2/2]

template<typename ElementType , typename DeltaType >
void TDeltaSetup< ElementType, DeltaType >::FReader::Scatter ( TArray< ElementType > &  OutDataArray,
ElementTransformFuncType  ElementTransformFunc,
const IndexRemapType IndexRemap 
)
inline

Member Data Documentation

◆ Setup

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

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