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