FLidarPointCloudBulkData::RequiresSingleElementSerialization

Returns whether single element serialization is required given an archive.

Windows
MacOS
Linux

Override Hierarchy

FUntypedBulkData::RequiresSingleElementSerialization()

FLidarPointCloudBulkData::RequiresSingleElementSerialization()

References

Module

LidarPointCloudRuntime

Header

/Engine/Plugins/Enterprise/LidarPointCloud/Source/LidarPointCloudRuntime/Public/LidarPointCloudShared.h

Include

#include "LidarPointCloudShared.h"

Syntax

virtual bool RequiresSingleElementSerialization
(
    FArchive & Ar
)

Remarks

Returns whether single element serialization is required given an archive. This e.g. can be the case if the serialization for an element changes and the single element serialization code handles backward compatibility.

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