Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/FToolGroup
A shared, reference-counted feature installed into a UInteractiveToolsContext.
| Name | FFeature |
| Type | struct |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/ToolGroup.h |
| Include Path | #include "ToolGroup.h" |
Syntax
struct FFeature
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Install | TFunction< void(UInteractiveToolsContext &)> | Called on 0->1 ref-count transition. | ToolGroup.h | |
| Key | FName | Stable key identifying the feature within a tools context. | ToolGroup.h | |
| Uninstall | TFunction< void(UInteractiveToolsContext &)> | Called on 1->0 ref-count transition. | ToolGroup.h |