Navigation
API > API/Editor > API/Editor/EditorToolEvents
Struct of static delegates for editor tools. Delegates intended to be used by projects to send tool telemetry events
| Name | FEditorToolDelegates |
| Type | struct |
| Header File | /Engine/Source/Editor/EditorToolEvents/Public/EditorToolDelegates.h |
| Include Path | #include "EditorToolDelegates.h" |
Syntax
struct FEditorToolDelegates
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FEditorToolStarted | TMulticastDelegate_OneParam< void, const FString & > | Broadcasted for editor tools OnLoad or OnInitialize, if available to notify when tool used | EditorToolDelegates.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| OnEditorToolStarted | FEditorToolStarted | EditorToolDelegates.h |