Navigation
API > API/Developer > API/Developer/WidgetRegistration > API/Developer/WidgetRegistration/FBuilderKey
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FBuilderKey () |
Default constructor that initializes the key | BuilderKey.h | |
FBuilderKey
(
const FName InKey |
The constructor which takes an FName which provides the identifier for this BuilderKey | BuilderKey.h |
FBuilderKey()
Description
Default constructor that initializes the key
| Name | FBuilderKey |
| Type | function |
| Header File | /Engine/Source/Developer/WidgetRegistration/Public/BuilderKey.h |
| Include Path | #include "BuilderKey.h" |
| Source | /Engine/Source/Developer/WidgetRegistration/Private/BuilderKey.cpp |
FBuilderKey()
FBuilderKey(const FName)
Description
The constructor which takes an FName which provides the identifier for this BuilderKey
| Name | FBuilderKey |
| Type | function |
| Header File | /Engine/Source/Developer/WidgetRegistration/Public/BuilderKey.h |
| Include Path | #include "BuilderKey.h" |
FBuilderKey
(
const FName InKey
)
Parameters
| Name | Remarks |
|---|---|
| InKey | the FName which provides the identifier for this BuilderKey |