Navigation
API > API/Plugins > API/Plugins/LidarPointCloudRuntime > API/Plugins/LidarPointCloudRuntime/ULidarPointCloud
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static ULidarPointCloud * CreateFromFile
(
const FString& Filename, |
Returns new Point Cloud object imported using the settings provided. | LidarPointCloud.h | |
static ULidarPointCloud * CreateFromFile
(
const FString& Filename, |
LidarPointCloud.h |
CreateFromFile(const FString &, TSharedPtr< struct FLidarPointCloudImportSettings >, UObject *, FName, EObjectFlags)
Description
Returns new Point Cloud object imported using the settings provided. Use nullptr as ImportSettings parameter to use default set of settings instead.
| Name | CreateFromFile |
| Type | function |
| Header File | /Engine/Plugins/Enterprise/LidarPointCloud/Source/LidarPointCloudRuntime/Public/LidarPointCloud.h |
| Include Path | #include "LidarPointCloud.h" |
static ULidarPointCloud * CreateFromFile
(
const FString & Filename,
TSharedPtr< struct FLidarPointCloudImportSettings > ImportSettings,
UObject * InParent,
FName InName,
EObjectFlags Flags
)
CreateFromFile(const FString &, const FLidarPointCloudAsyncParameters &, TSharedPtr< struct FLidarPointCloudImportSettings >, UObject *, FName, EObjectFlags)
| Name | CreateFromFile |
| Type | function |
| Header File | /Engine/Plugins/Enterprise/LidarPointCloud/Source/LidarPointCloudRuntime/Public/LidarPointCloud.h |
| Include Path | #include "LidarPointCloud.h" |
| Source | /Engine/Plugins/Enterprise/LidarPointCloud/Source/LidarPointCloudRuntime/Private/LidarPointCloud.cpp |
static ULidarPointCloud * CreateFromFile
(
const FString & Filename,
const FLidarPointCloudAsyncParameters & AsyncParameters,
TSharedPtr< struct FLidarPointCloudImportSettings > ImportSettings,
UObject * InParent,
FName InName,
EObjectFlags Flags
)