ULidarPointCloudFileIO::FileSupportsConcurrentInsertion

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

Windows
MacOS
Linux

References

Module

LidarPointCloudRuntime

Header

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

Include

#include "IO/LidarPointCloudFileIO.h"

Source

/Engine/Plugins/Enterprise/LidarPointCloud/Source/LidarPointCloudRuntime/Private/IO/LidarPointCloudFileIO.cpp

Syntax

static bool FileSupportsConcurrentInsertion
(
    const FString & Filename
)

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