Navigation
API > API/Runtime > API/Runtime/Engine
| Name | TDeltaSetup |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Public/InstanceData/InstanceUpdateChangeSet.h |
| Include Path | #include "InstanceData/InstanceUpdateChangeSet.h" |
Syntax
template<typename ElementType, typename DeltaType>
struct TDeltaSetup
Structs
| Name | Remarks |
|---|---|
| FReader | Binds a specific delta type to an array for writing. |
| FWriter | Binds a specific delta type to an array for writing. |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FDelta | DeltaType | InstanceData/InstanceUpdateChangeSet.h | |
| FElement | ElementType | InstanceData/InstanceUpdateChangeSet.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsEnabled | bool | InstanceData/InstanceUpdateChangeSet.h | ||
| Delta | FDelta | InstanceData/InstanceUpdateChangeSet.h | ||
| DeltaDataArray | TArray< FElement > & | InstanceData/InstanceUpdateChangeSet.h | ||
| ElementStride | int32 | InstanceData/InstanceUpdateChangeSet.h | ||
| NumInstances | int32 | InstanceData/InstanceUpdateChangeSet.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FReader GetReader() |
InstanceData/InstanceUpdateChangeSet.h | ||
FWriter GetWriter() |
InstanceData/InstanceUpdateChangeSet.h |