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