Writable

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

RigLogicLib

Header

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

Include

#include "trio/Concepts.h"

Syntax

class Writable

Destructors

Name Description

Protected function Virtual

~Writable()

Functions

Name Description

Public function

std::size_t

 

write

(
    const char* source,
    std::size_t size
)

Writes bytes from the given buffer to the stream.

Public function

std::size_t

 

write

(
    Readable* source,
    std::size_t size
)

Writes bytes from the given stream to this 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