![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <IoContainerId.h>
Public Member Functions | |
| FIoContainerId ()=default | |
| FIoContainerId (const FIoContainerId &Other)=default | |
| FIoContainerId (FIoContainerId &&Other)=default | |
| FIoContainerId & | operator= (const FIoContainerId &Other)=default |
| uint64 | Value () const |
| bool | IsValid () const |
| bool | operator< (FIoContainerId Other) const |
| bool | operator== (FIoContainerId Other) const |
| bool | operator!= (FIoContainerId Other) const |
Static Public Member Functions | |
| static CORE_API FIoContainerId | FromName (const FName &Name) |
Friends | |
| uint32 | GetTypeHash (const FIoContainerId &In) |
| CORE_API friend FArchive & | operator<< (FArchive &Ar, FIoContainerId &ContainerId) |
| CORE_API friend void | operator<< (FStructuredArchiveSlot Slot, FIoContainerId &ContainerId) |
| CORE_API friend FCbWriter & | operator<< (FCbWriter &Writer, const FIoContainerId &ContainerId) |
| CORE_API friend FString | LexToString (const FIoContainerId &ContainerId) |
| CORE_API friend bool | LoadFromCompactBinary (FCbFieldView Field, FIoContainerId &OutContainerId) |
Container ID.
|
inlinedefault |
|
inlinedefault |
|
inlinedefault |
|
static |
|
inline |
|
inline |
|
inline |
|
inlinedefault |
|
inline |
|
inline |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |