ULidarPointCloud::GetPhysicsTriMeshData

Interface for retrieving triangle mesh collision data from the implementing object

Windows
MacOS
Linux

Override Hierarchy

IInterface_CollisionDataProvider::GetPhysicsTriMeshData()

ULidarPointCloud::GetPhysicsTriMeshData()

References

Module

LidarPointCloudRuntime

Header

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

Include

#include "LidarPointCloud.h"

Source

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

Syntax

virtual bool GetPhysicsTriMeshData
(
    FTriMeshCollisionData * CollisionData,
    bool InUseAllTriData
)

Remarks

Interface for retrieving triangle mesh collision data from the implementing object

Returns

true if successful, false if unable to successfully fill in data structure

Parameters

Parameter

Description

CollisionData

structure given by the caller to be filled with tri mesh collision data

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