![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <InstanceUpdateChangeSet.h>
Classes | |
| struct | FReader |
| struct | FWriter |
Public Types | |
| using | FElement = ElementType |
| using | FDelta = DeltaType |
Public Member Functions | |
| FReader | GetReader () |
| FWriter | GetWriter () |
Public Attributes | |
| TArray< FElement > & | DeltaDataArray |
| FDelta | Delta |
| int32 | ElementStride = 1 |
| bool | bIsEnabled = true |
| int32 | NumInstances = 0 |
| using TDeltaSetup< ElementType, DeltaType >::FDelta = DeltaType |
| using TDeltaSetup< ElementType, DeltaType >::FElement = ElementType |
|
inline |
|
inline |
| bool TDeltaSetup< ElementType, DeltaType >::bIsEnabled = true |
| FDelta TDeltaSetup< ElementType, DeltaType >::Delta |
| TArray<FElement>& TDeltaSetup< ElementType, DeltaType >::DeltaDataArray |
| int32 TDeltaSetup< ElementType, DeltaType >::ElementStride = 1 |
| int32 TDeltaSetup< ElementType, DeltaType >::NumInstances = 0 |