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