Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework
Type of change we want to apply to a selection
| Name | ESelectedObjectsModificationType |
| Type | enum |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/ToolContextInterfaces.h |
| Include Path | #include "ToolContextInterfaces.h" |
Syntax
enum ESelectedObjectsModificationType
{
Replace = 0,
Add = 1,
Remove = 2,
Clear = 3,
}
Values
| Name | Remarks |
|---|---|
| Replace | |
| Add | |
| Remove | |
| Clear |