![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "IO/IoContainerId.h"#include "Hash/CityHash.h"#include "Misc/AssertionMacros.h"#include "Misc/Char.h"#include "Serialization/Archive.h"#include "Serialization/CompactBinaryWriter.h"#include "Serialization/CompactBinarySerialization.h"#include "Serialization/StructuredArchiveSlots.h"Functions | |
| FArchive & | operator<< (FArchive &Ar, FIoContainerId &ContainerId) |
| void | operator<< (FStructuredArchiveSlot Slot, FIoContainerId &ContainerId) |
| FCbWriter & | operator<< (FCbWriter &Writer, const FIoContainerId &ContainerId) |
| FString | LexToString (const FIoContainerId &ContainerId) |
| bool | LoadFromCompactBinary (FCbFieldView Field, FIoContainerId &OutContainerId) |
| FString LexToString | ( | const FIoContainerId & | ContainerId | ) |
| bool LoadFromCompactBinary | ( | FCbFieldView | Field, |
| FIoContainerId & | OutContainerId | ||
| ) |
| FArchive & operator<< | ( | FArchive & | Ar, |
| FIoContainerId & | ContainerId | ||
| ) |
| FCbWriter & operator<< | ( | FCbWriter & | Writer, |
| const FIoContainerId & | ContainerId | ||
| ) |
| void operator<< | ( | FStructuredArchiveSlot | Slot, |
| FIoContainerId & | ContainerId | ||
| ) |