RemovePointsByRay

Overload list

Windows
MacOS
Linux
Name Description

Public function

void

 

RemovePointsByRay

(
    const FLidarPointCloudRay& Ray,
    const float& Radius,
    const bool& bVisibleOnly
)

Public function UFunction BlueprintCallable, Category

void

 

RemovePointsByRay

(
    FVector Origin,
    FVector Direction,
    float Radius,
    bool bVisibleOnly
)

Removes all points hit by the given ray

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