Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
FCbAttachment::FBinaryValue Struct Reference

Public Member Functions

template<typename BufferType , decltype(FCompositeBuffer(DeclVal< BufferType >().MakeOwned())) * = nullptr>
 FBinaryValue (BufferType &&InBuffer)
 
template<typename BufferType , decltype(FCompositeBuffer(DeclVal< BufferType >().MakeOwned())) * = nullptr>
 FBinaryValue (BufferType &&InBuffer, const FIoHash &InHash)
 

Public Attributes

FCompositeBuffer Buffer
 
FIoHash Hash
 

Detailed Description

Definition at line 47 of file CompactBinaryPackage.h.

Constructor & Destructor Documentation

◆ FBinaryValue() [1/2]

template<typename BufferType , decltype(FCompositeBuffer(DeclVal< BufferType >().MakeOwned())) * = nullptr>
FCbAttachment::FBinaryValue::FBinaryValue ( BufferType && InBuffer)
inlineexplicit

Definition at line 53 of file CompactBinaryPackage.h.

◆ FBinaryValue() [2/2]

template<typename BufferType , decltype(FCompositeBuffer(DeclVal< BufferType >().MakeOwned())) * = nullptr>
FCbAttachment::FBinaryValue::FBinaryValue ( BufferType && InBuffer,
const FIoHash & InHash )
inlineexplicit

Definition at line 60 of file CompactBinaryPackage.h.

Member Data Documentation

◆ Buffer

FCompositeBuffer FCbAttachment::FBinaryValue::Buffer

Definition at line 49 of file CompactBinaryPackage.h.

◆ Hash

FIoHash FCbAttachment::FBinaryValue::Hash

Definition at line 50 of file CompactBinaryPackage.h.


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