![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#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 |
Binds a specific delta type to an array for writing.
|
inline |
|
inline |
| TDeltaSetup TDeltaSetup< ElementType, DeltaType >::FReader::Setup |