Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework
Inheritance Hierarchy
- UObject
- USelectionSet
- UMeshSelectionSet
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/SelectionSet.h |
| Include | #include "SelectionSet.h" |
Syntax
UCLASS (Transient, MinimalAPI)
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
| Type | Name | Description | |
|---|---|---|---|
| FSelectionSetModifiedSignature | OnModified |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FSelectionSetModifiedSignature & | |||
| void | Posts a message to the OnModified delegate with the modified FProperty |