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