Writable::write

Writes bytes from the given buffer to the 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 write
(
    const char * source,
    std::size_t size
)

Remarks

Writes bytes from the given buffer to the stream.

Returns

Number of bytes written.

Parameters

Parameter

Description

source

Source buffer from which the data is going to be written to the stream.

size

Number of bytes to write to the 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