Navigation
API > API/Developer > API/Developer/WidgetRegistration
References
| Module | WidgetRegistration |
| Header | /Engine/Source/Developer/WidgetRegistration/Public/BuilderKey.h |
| Include | #include "BuilderKey.h" |
Syntax
class FBuilderKey
Remarks
Provides identifiers for display builders and some methods for using them. These are also used as the keys into persistent storage for builders.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FBuilderKey () |
Default constructor that initializes the key |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FString | GetKeyWithSuffix
(
const FName Suffix |
||
| bool | IsNone () |
||
| FName | ToName () |
Converts the BuilderKey to its FName |