operator<<

Allows [FArchive](API\Runtime\Core\Serialization\FArchive) to serialize EBulkDataFlags, this will not be required once EBulkDataFlags is promoted to be a enum class.

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/Serialization/BulkDataCommon.h

Include

#include "Serialization/BulkDataCommon.h"

Syntax

FArchive & operator<<
(
    FArchive & Ar,
    EBulkDataFlags & Flags
)

Remarks

Allows FArchive to serialize EBulkDataFlags, this will not be required once EBulkDataFlags is promoted to be a enum class.

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