Navigation
API > API/Developer > API/Developer/WidgetRegistration > API/Developer/WidgetRegistration/FToolElement
References
| Module | WidgetRegistration |
| Header | /Engine/Source/Developer/WidgetRegistration/Public/ToolElementRegistry.h |
| Include | #include "ToolElementRegistry.h" |
| Source | /Engine/Source/Developer/WidgetRegistration/Private/ToolElementRegistry.cpp |
FToolElement
&40;
const FName InName,
TSharedRef< FToolElementRegistrationArgs > InBuilderArgs
&41;
Remarks
FToolElement constructor
Parameters
| Name | Description |
|---|---|
| InName | the FName of the FToolElement |
| InBuilderArgs | the shared reference to the FToolElementRegistrationArgs. Need to have a shared reference here so that if the registered outlives the registrar, we maintain a copy |