FIoBatch

I/O batch This is a primitive used to group I/O requests for synchronization purposes

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/IO/IoDispatcher.h

Include

#include "IO/IoDispatcher.h"

Syntax

class FIoBatch

Remarks

I/O batch

This is a primitive used to group I/O requests for synchronization purposes

Constructors

No constructors are accessible with public or protected access.

Functions

Name Description

Public function

void

 

Cancel()

Public function

void

 

ForEachRequest

(
    TFunction< bool&)>&& C...
)

Public function

void

 

Issue()

Public function

FIoRequest

 

Read

(
    const FIoChunkId& Chunk,
    FIoReadOptions Options
)

Public function

void

 

Wait()

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss