FStructuredArchiveSlot::operator<<

We don't support chaining writes to a single slot, so this returns void.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Serialization/StructuredArchive.h

Include

#include "Serialization/StructuredArchive.h"

Source

/Engine/Source/Runtime/Core/Private/Serialization/StructuredArchive.cpp

Syntax

void operator<<
(
    uint8 & Value
)

Remarks

We don't support chaining writes to a single slot, so this returns void.

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