Navigation
API > API/Runtime > API/Runtime/Engine
| Name | FSerializedTaggedData |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Public/TransactionCommon.h |
| Include Path | #include "TransactionCommon.h" |
Syntax
struct FSerializedTaggedData
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DataOffset | int64 | Offset to the start of the tagged data within the serialized object | TransactionCommon.h | |
| DataSize | int64 | Size (in bytes) of the tagged data within the serialized object | TransactionCommon.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AppendSerializedData
(
const FSerializedTaggedData& InData |
TransactionCommon.h | ||
void AppendSerializedData
(
const int64 InOffset, |
TransactionCommon.h | ||
int64 GetEnd() |
TransactionCommon.h | ||
int64 GetStart() |
TransactionCommon.h | ||
bool HasSerializedData() |
TransactionCommon.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FSerializedTaggedData FromOffsetAndSize
(
const int64 InOffset, |
TransactionCommon.h | ||
static FSerializedTaggedData FromStartAndEnd
(
const int64 InStart, |
TransactionCommon.h |