FIoReadOptions

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "IO/IoDispatcher.h"

Syntax

class FIoReadOptions

Constructors

Name Description

Public function

FIoReadOptions()

Public function

FIoReadOptions

(
    uint64 InOffset,
    uint64 InSize
)

Destructors

Name Description

Public function

~FIoReadOptions()

Functions

Name Description

Public function Const

uint64

 

GetOffset()

Public function Const

uint64

 

GetSize()

Public function Const

void *

 

GetTargetVa()

Public function

void

 

SetRange

(
    uint64 Offset,
    uint64 Size
)

Public function

void

 

SetTargetVa

(
    void* InTargetVa
)

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