FindEdgeNbrGroups

Overload list

Windows
MacOS
Linux
Name Description

Public function Const

void

 

FindEdgeNbrGroups

(
    int GroupEdgeID,
    TArray< int >& GroupsOut
)

Add the groups connected to the given GroupEdgeID to the GroupsOut list.

Public function Const

void

 

FindEdgeNbrGroups

(
    const TArray< int >& GroupEdgeIDs,
    TArray< int >& GroupsOut
)

Add the groups connected to all the GroupEdgeIDs to the GroupsOut list.

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