Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FActorDescArchive
| Name | TDeltaSerializer |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Public/WorldPartition/WorldPartitionActorDescArchive.h |
| Include Path | #include "WorldPartition/WorldPartitionActorDescArchive.h" |
Syntax
template<typename DestPropertyType, typename SourcePropertyType>
struct TDeltaSerializer
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TDeltaSerializer
(
DestPropertyType& InValue |
WorldPartition/WorldPartitionActorDescArchive.h | ||
TDeltaSerializer
(
DestPropertyType& InValue, |
WorldPartition/WorldPartitionActorDescArchive.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FDeprecateFunction | TFunction< void(DestPropertyType &, const SourcePropertyType &)> | WorldPartition/WorldPartitionActorDescArchive.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Func | FDeprecateFunction | WorldPartition/WorldPartitionActorDescArchive.h | ||
| Value | DestPropertyType & | WorldPartition/WorldPartitionActorDescArchive.h |