Readable::read

Read bytes from this stream into the given stream.

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
(
    Writable * destination,
    std::size_t size
)

Remarks

Read bytes from this stream into the given stream.

Returns

Number of bytes read.

Parameters

Parameter

Description

destination

Destination stream into which the data is going to be read from this 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