Readable::read

Read bytes from stream into the given buffer.

Windows
MacOS
Linux

References

Module

RigLogicLib

Header

/Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/trio/Concepts.h

Include

#include "trio/Concepts.h"

Syntax

std::size_t read
(
    char * destination,
    std::size_t size
)

Remarks

Read bytes from stream into the given buffer.

Returns

Number of bytes read.

Parameters

Parameter

Description

destination

Destination buffer into which the data is going to be read from the stream.

size

Number of bytes to read from 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