read

Overload list

Windows
MacOS
Linux
Name Description

Public function

std::size_t

 

read

(
    char* destination,
    std::size_t size
)

Read bytes from stream into the given buffer.

Public function

std::size_t

 

read

(
    Writable* destination,
    std::size_t size
)

Read bytes from this stream into the given stream.

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