FGroupTopologySelection::GetASelectedGroupID

These are helper methods to get out a value when you know you only have one, or you don't care which one of the existing ones you grab.

Windows
MacOS
Linux

References

Module

DynamicMesh

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/DynamicMesh/Public/GroupTopology.h

Include

#include "GroupTopology.h"

Syntax

int32 GetASelectedGroupID() const

Remarks

These are helper methods to get out a value when you know you only have one, or you don't care which one of the existing ones you grab. They only exist because TSet doesn't have a clean way to grab one arbitrary element besides *TSet::TConstIterator(MySet). The hope is that these are slightly cleaner.

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