Navigation
API > API/Developer > API/Developer/WidgetRegistration > API/Developer/WidgetRegistration/FToolElementRegistrationArgs
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FToolElementRegistrationArgs
(
EToolElement InToolElementType |
The constructor, which takes an EToolElement which will define the type of Tool Element | ToolElementRegistry.h | |
FToolElementRegistrationArgs
(
FName InStyleClassName |
The constructor, which takes an EToolElement which will define the type of Tool Element | ToolElementRegistry.h | |
FToolElementRegistrationArgs
(
UE::DisplayBuilders::FBuilderKey InBuilderKey |
The constructor, which takes an FBuilderKey which will define the type of Tool Element | ToolElementRegistry.h |
FToolElementRegistrationArgs(EToolElement)
Description
The constructor, which takes an EToolElement which will define the type of Tool Element
| Name | FToolElementRegistrationArgs |
| Type | function |
| Header File | /Engine/Source/Developer/WidgetRegistration/Public/ToolElementRegistry.h |
| Include Path | #include "ToolElementRegistry.h" |
| Source | /Engine/Source/Developer/WidgetRegistration/Private/ToolElementRegistry.cpp |
FToolElementRegistrationArgs
(
EToolElement InToolElementType
)
FToolElementRegistrationArgs(FName)
Description
The constructor, which takes an EToolElement which will define the type of Tool Element
| Name | FToolElementRegistrationArgs |
| Type | function |
| Header File | /Engine/Source/Developer/WidgetRegistration/Public/ToolElementRegistry.h |
| Include Path | #include "ToolElementRegistry.h" |
| Source | /Engine/Source/Developer/WidgetRegistration/Private/ToolElementRegistry.cpp |
FToolElementRegistrationArgs
(
FName InStyleClassName
)
FToolElementRegistrationArgs(UE::DisplayBuilders::FBuilderKey)
Description
The constructor, which takes an FBuilderKey which will define the type of Tool Element
| Name | FToolElementRegistrationArgs |
| Type | function |
| Header File | /Engine/Source/Developer/WidgetRegistration/Public/ToolElementRegistry.h |
| Include Path | #include "ToolElementRegistry.h" |
| Source | /Engine/Source/Developer/WidgetRegistration/Private/ToolElementRegistry.cpp |
FToolElementRegistrationArgs
(
UE::DisplayBuilders::FBuilderKey InBuilderKey
)
Parameters
| Name | Remarks |
|---|---|
| InBuilderKey | the FBuilderKey that provides the Key for this builder |