Navigation
API > API/Developer > API/Developer/WidgetRegistration
Inheritance Hierarchy
- TSharedFromThis
- FToolElementRegistrationKey
- FToolElement
References
| Module | WidgetRegistration |
| Header | /Engine/Source/Developer/WidgetRegistration/Public/ToolElementRegistry.h |
| Include | #include "ToolElementRegistry.h" |
Syntax
class FToolElementRegistrationKey : public TSharedFromThis< FToolElementRegistrationKey >
Remarks
Serves as a key into the FToolElementRegistry of FToolElements
Variables
| Type | Name | Description | |
|---|---|---|---|
| FName | Name | The FName that will be part of the compound key for the FToolElement this denotes | |
| EToolElement | ToolElementType | The EToolElementType that will be part of the compound key for the FToolElement this denotes |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FToolElementRegistrationKey
(
FName InName, |
Constructor for FToolElementRegistrationKey. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FString | GetKeyString () |