FloodFill

Overload list

Windows
MacOS
Linux
Name Description

Public function

void

 

FloodFill

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

Grow selection outwards from seed triangle, until it hits boundaries defined by triangle and edge filters.

Public function

void

 

FloodFill

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

Grow selection outwards from seed triangles, until it hits boundaries defined by triangle and edge filters.

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