Navigation
API > API/Developer > API/Developer/Horde > API/Developer/Horde/FPacketImport
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPacketImport
(
const FMemoryView& InView |
Storage/Bundles/V2/Packet.h | ||
FPacketImport
(
int32 InBaseIdx, |
Storage/Bundles/V2/Packet.h |
FPacketImport(const FMemoryView &)
| Name | FPacketImport |
| Type | function |
| Header File | /Engine/Source/Developer/Horde/Public/Storage/Bundles/V2/Packet.h |
| Include Path | #include "Storage/Bundles/V2/Packet.h" |
| Source | /Engine/Source/Developer/Horde/Private/Storage/Bundles/V2/Packet.cpp |
FPacketImport
(
const FMemoryView & InView
)
FPacketImport(int32, const FUtf8StringView &)
| Name | FPacketImport |
| Type | function |
| Header File | /Engine/Source/Developer/Horde/Public/Storage/Bundles/V2/Packet.h |
| Include Path | #include "Storage/Bundles/V2/Packet.h" |
| Source | /Engine/Source/Developer/Horde/Private/Storage/Bundles/V2/Packet.cpp |
FPacketImport
(
int32 InBaseIdx,
const FUtf8StringView & InFragment
)