FloodFill

Overload list

Windows
MacOS
Linux
Name Description

Public function

void

 

FloodFill

(
    int vSeed,
    const TUniqueFunction< bool>&...
)

Grow selection outwards from seed vertex, until it hits boundaries defined by vertex filter.

Public function

void

 

FloodFill

(
    const TArray< int >& Seeds,
    const TUniqueFunction< bool>&...
)

Grow selection outwards from seed vertex, until it hits boundaries defined by vertex filter.

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