Navigation
API > API/Developer > API/Developer/WidgetRegistration
FBuilderKeys provides keys registered for specific builders.
| Name | FBuilderKeys |
| Type | class |
| Header File | /Engine/Source/Developer/WidgetRegistration/Public/BuilderKey.h |
| Include Path | #include "BuilderKey.h" |
Syntax
class FBuilderKeys
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FBuilderKeys() |
The constructor is kept private because these are for UE supported builders. | BuilderKey.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FBuilderKey & None() |
A "None" key to provide a null state when needed. | BuilderKey.h | |
const FBuilderKey & PlaceActors () |
The FBuilderKey for the Place Actors FCategoryDrivenContentBuilder. | BuilderKey.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static const FBuilderKeys & Get() |
Get the singleton FBuilderKeys | BuilderKey.h |