UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::Transaction::FSerializedTaggedData Struct Reference

#include <TransactionCommon.h>

Public Member Functions

ENGINE_API void AppendSerializedData (const int64 InOffset, const int64 InSize)
 
ENGINE_API void AppendSerializedData (const FSerializedTaggedData &InData)
 
ENGINE_API bool HasSerializedData () const
 
int64 GetStart () const
 
int64 GetEnd () const
 

Static Public Member Functions

static ENGINE_API FSerializedTaggedData FromOffsetAndSize (const int64 InOffset, const int64 InSize)
 
static ENGINE_API FSerializedTaggedData FromStartAndEnd (const int64 InStart, const int64 InEnd)
 

Public Attributes

int64 DataOffset = INDEX_NONE
 
int64 DataSize = 0
 

Friends

bool operator== (const FSerializedTaggedData &LHS, const FSerializedTaggedData &RHS)
 
bool operator!= (const FSerializedTaggedData &LHS, const FSerializedTaggedData &RHS)
 

Member Function Documentation

◆ AppendSerializedData() [1/2]

void UE::Transaction::FSerializedTaggedData::AppendSerializedData ( const FSerializedTaggedData InData)

◆ AppendSerializedData() [2/2]

void UE::Transaction::FSerializedTaggedData::AppendSerializedData ( const int64  InOffset,
const int64  InSize 
)

◆ FromOffsetAndSize()

FSerializedTaggedData UE::Transaction::FSerializedTaggedData::FromOffsetAndSize ( const int64  InOffset,
const int64  InSize 
)
static

◆ FromStartAndEnd()

FSerializedTaggedData UE::Transaction::FSerializedTaggedData::FromStartAndEnd ( const int64  InStart,
const int64  InEnd 
)
static

◆ GetEnd()

int64 UE::Transaction::FSerializedTaggedData::GetEnd ( ) const
inline

◆ GetStart()

int64 UE::Transaction::FSerializedTaggedData::GetStart ( ) const
inline

◆ HasSerializedData()

bool UE::Transaction::FSerializedTaggedData::HasSerializedData ( ) const

Friends And Related Symbol Documentation

◆ operator!=

bool operator!= ( const FSerializedTaggedData LHS,
const FSerializedTaggedData RHS 
)
friend

◆ operator==

bool operator== ( const FSerializedTaggedData LHS,
const FSerializedTaggedData RHS 
)
friend

Member Data Documentation

◆ DataOffset

int64 UE::Transaction::FSerializedTaggedData::DataOffset = INDEX_NONE

Offset to the start of the tagged data within the serialized object

◆ DataSize

int64 UE::Transaction::FSerializedTaggedData::DataSize = 0

Size (in bytes) of the tagged data within the serialized object


The documentation for this struct was generated from the following files: