Navigation
API > API/Runtime > API/Runtime/Engine
| Name | FSerializedObjectData |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Public/TransactionCommon.h |
| Include Path | #include "TransactionCommon.h" |
Syntax
struct FSerializedObjectData
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Data | TArray64< uint8 > | TransactionCommon.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const void * GetPtr
(
int64 Offset |
TransactionCommon.h | ||
int64 Num() |
TransactionCommon.h | ||
void Read
(
void* Dest, |
TransactionCommon.h | ||
void Reset() |
TransactionCommon.h | ||
bool Serialize
(
FArchive& Ar |
TransactionCommon.h | ||
void Write
(
const void* Src, |
TransactionCommon.h |