Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/TDeltaSetup
Binds a specific delta type to an array for writing.
| Name | FWriter |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Public/InstanceData/InstanceUpdateChangeSet.h |
| Include Path | #include "InstanceData/InstanceUpdateChangeSet.h" |
Syntax
struct FWriter
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Setup | TDeltaSetup | InstanceData/InstanceUpdateChangeSet.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Gather
(
TFunctionRef< FElement(int32)> DataSourceFunc |
InstanceData/InstanceUpdateChangeSet.h | ||
void Gather
(
const FElement& SingleSourceElement |
InstanceData/InstanceUpdateChangeSet.h | ||
void Gather
(
const TArrayView< InElementType > SourceData, |
InstanceData/InstanceUpdateChangeSet.h |