Navigation
API > API/Plugins > API/Plugins/LidarPointCloudRuntime
| Name | ELidarPointCloudSpriteOrientation |
| Type | enum |
| Header File | /Engine/Plugins/Enterprise/LidarPointCloud/Source/LidarPointCloudRuntime/Public/LidarPointCloudComponent.h |
| Include Path | #include "LidarPointCloudComponent.h" |
Syntax
enum ELidarPointCloudSpriteOrientation
{
PreferFacingCamera,
PreferFacingNormal,
}
Values
| Name | Remarks |
|---|---|
| PreferFacingCamera | The sprites will face camera, even if Normals are available. |
| PreferFacingNormal | The sprites will attempt to face Normals, if available, or fall back to facing camera otherwise. |