USelectionSet

[USelectionSet](API\Runtime\InteractiveToolsFramework\USelectionSet) is a base class for Selection objects.

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

InteractiveToolsFramework

Header

/Engine/Source/Runtime/Experimental/InteractiveToolsFramework/Public/SelectionSet.h

Include

#include "SelectionSet.h"

Syntax

class USelectionSet : public UObject

Remarks

USelectionSet is a base class for Selection objects. For example the UMeshSelectionSet implementation stores information on selected triangles, vertices, etc.

Variables

Name Description

Protected variable

FSelectionSetMo...

 

OnModified

Functions

Name Description

Public function

FSelectionSe...

 

GetOnModified()

Public function

void

 

NotifySelectionSetModified()

Posts a message to the OnModified delegate with the modified FProperty

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