Navigation
API > API/Runtime > API/Runtime/Core
Container ID.
| Name | FIoContainerId |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/IO/IoContainerId.h |
| Include Path | #include "IO/IoContainerId.h" |
Syntax
class FIoContainerId
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| IO/IoContainerId.h | |||
FIoContainerId
(
const FIoContainerId& Other |
IO/IoContainerId.h | ||
FIoContainerId
(
FIoContainerId&& Other |
IO/IoContainerId.h | ||
FIoContainerId
(
const uint64 InId |
IO/IoContainerId.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| InvalidId | uint64 | IO/IoContainerId.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Id | uint64 | IO/IoContainerId.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsValid() |
IO/IoContainerId.h | ||
uint64 Value() |
IO/IoContainerId.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FIoContainerId FromName
(
const FName& Name |
IO/IoContainerId.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
FIoContainerId Other |
IO/IoContainerId.h | ||
FIoContainerId & operator=
(
const FIoContainerId& Other |
IO/IoContainerId.h | ||
bool operator==
(
FIoContainerId Other |
IO/IoContainerId.h |