Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/InteractiveToolObjects.h |
| Include | #include "InteractiveToolObjects.h" |
Syntax
class IToolFrameworkComponent
Remarks
IToolFrameworkComponent is an interface we can attach to custom Components used in the Tools framework. Currently this interface is only used to identify such Components (to prevent certain Actors from being deleted)