ExecuteActionOnPointsInBox

Overload list

Windows
MacOS
Linux
Name Description

Public function

void

 

ExecuteActionOnPointsInBox

(
    TFunction< void...,
    const FBox& Box,
    const bool& bVisibleOnly
)

Public function

void

 

ExecuteActionOnPointsInBox

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

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

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