ULidarPointCloudFileIO_ASCII::SupportsConcurrentInsertion

Returns true if the given file supports importing and building an octree concurrently.

Windows
MacOS
Linux

Override Hierarchy

FLidarPointCloudFileIOHandler::SupportsConcurrentInsertion()

ULidarPointCloudFileIO_ASCII::SupportsConcurrentInsertion()

References

Module

LidarPointCloudRuntime

Header

/Engine/Plugins/Enterprise/LidarPointCloud/Source/LidarPointCloudRuntime/Public/IO/LidarPointCloudFileIO_ASCII.h

Include

#include "IO/LidarPointCloudFileIO_ASCII.h"

Syntax

virtual bool SupportsConcurrentInsertion
(
    const FString & Filename
) const

Remarks

Returns true if the given file supports importing and building an octree concurrently. False if the data needs caching first.

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