ExecuteActionOnPointsInSphere

Overload list

Windows
MacOS
Linux
Name Description

Public function

void

 

ExecuteActionOnPointsInSphere

(
    TFunction< void...,
    const FSphere& Sphere,
    const bool& bVisibleOnly
)

Public function

void

 

ExecuteActionOnPointsInSphere

(
    TFunction< void...,
    const FVector& Center,
    const float& Radius,
    const bool& bVisibleOnly
)

Executes the provided action on each of the points within the given sphere.

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