Navigation
API > API/Developer > API/Developer/Horde
Specifies the path to an imported node
| Name | FPacketImport |
| Type | struct |
| Header File | /Engine/Source/Developer/Horde/Public/Storage/Bundles/V2/Packet.h |
| Include Path | #include "Storage/Bundles/V2/Packet.h" |
Syntax
struct FPacketImport
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPacketImport
(
const FMemoryView& InView |
Storage/Bundles/V2/Packet.h | ||
FPacketImport
(
int32 InBaseIdx, |
Storage/Bundles/V2/Packet.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Bias | int32 | Storage/Bundles/V2/Packet.h | |
| CurrentBundleBaseIdx | int32 | Storage/Bundles/V2/Packet.h | |
| CurrentPacketBaseIdx | int32 | Storage/Bundles/V2/Packet.h | |
| InvalidBaseIdx | int32 | Storage/Bundles/V2/Packet.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BaseIdx | int32 | Storage/Bundles/V2/Packet.h | ||
| Fragment | FUtf8StringView | Storage/Bundles/V2/Packet.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int GetBaseIdx() |
Gets the index of the base packet import. | Storage/Bundles/V2/Packet.h | |
FUtf8StringView GetFragment() |
Gets the fragment for this import. | Storage/Bundles/V2/Packet.h |