Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FSerializedTaggedData
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AppendSerializedData
(
const FSerializedTaggedData& InData |
TransactionCommon.h | ||
void AppendSerializedData
(
const int64 InOffset, |
TransactionCommon.h |
AppendSerializedData(const FSerializedTaggedData &)
| Name | AppendSerializedData |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/TransactionCommon.h |
| Include Path | #include "TransactionCommon.h" |
| Source | /Engine/Source/Runtime/Engine/Private/TransactionCommon.cpp |
void AppendSerializedData
(
const FSerializedTaggedData & InData
)
AppendSerializedData(const int64, const int64)
| Name | AppendSerializedData |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/TransactionCommon.h |
| Include Path | #include "TransactionCommon.h" |
| Source | /Engine/Source/Runtime/Engine/Private/TransactionCommon.cpp |
void AppendSerializedData
(
const int64 InOffset,
const int64 InSize
)