Navigation
API > API/Developer > API/Developer/Horde > API/Developer/Horde/Storage > API/Developer/Horde/Storage/Bundles > API/Developer/Horde/Storage/Bundles/V2
References
| Module | Horde |
| Header | /Engine/Source/Developer/Horde/Public/Storage/Bundles/V2/Packet.h |
| Include | #include "Storage/Bundles/V2/Packet.h" |
Syntax
struct FPacketExport
Remarks
Data for an exported node in a packet
Constructors
| Type | Name | Description | |
|---|---|---|---|
FPacketExport
(
FSharedBufferView InBuffer |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | GetImportIndices
(
TArray< size_t >& OutIndices |
Gets the import indexes for this export. | |
| FSharedBufferView | GetPayload () |
Gets the payload for this export. | |
| size_t | GetTypeIndex () |
Gets the index of this export's type. |