Navigation
API > API/Developer > API/Developer/WidgetRegistration
References
| Module | WidgetRegistration |
| Header | /Engine/Source/Developer/WidgetRegistration/Public/BuilderKey.h |
| Include | #include "BuilderKey.h" |
Syntax
class FBuilderKeys
Remarks
FBuilderKeys provides keys registered for specific builders.
Constructors
No constructors are accessible with public or protected access.
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FBuilderKeys & | Get () |
Get the singleton FBuilderKeys | |
| const FBuilderKey & | None () |
A "None" key to provide a null state when needed. | |
| const FBuilderKey & | PlaceActors () |
The FBuilderKey for the Place Actors FCategoryDrivenContentBuilder. |