Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/IO
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/IO/IoChunkId.h |
| Include | #include "IO/IoChunkId.h" |
Syntax
class FIoChunkId
Remarks
Identifier to a chunk of data.
Functions
| Type | Name | Description | |
|---|---|---|---|
| FIoChunkId | FromHex
(
FStringView Hex |
Creates an I/O chunk ID from a 24 character long hexadecimal string. | |
| EIoChunkType | GetChunkType () |
||
| const uint8 * | GetData () |
||
| uint32 | GetSize () |
||
| bool | IsValid () |
||
| void | Set
(
FMemoryView InView |
||
| void | |||
| void |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FIoChunkId& Rhs |
||
| bool | operator==
(
const FIoChunkId& Rhs |
Constants
| Name | Description |
|---|---|
| InvalidChunkId |