Navigation
Unreal Engine C++ API Reference > Developer > WidgetRegistration
References
Module | WidgetRegistration |
Header | /Engine/Source/Developer/WidgetRegistration/Public/ToolElementRegistry.h |
Include | #include "ToolElementRegistry.h" |
Syntax
class FToolElementRegistry
Remarks
A Registry for FToolElements, where the FToolElements will generate the UI for a certain tool
Constructors
Type | Name | Description |
---|---|---|
FToolElementRegistry () |
Functions
Type | Name | Description |
---|---|---|
TSharedRef< ... | GenerateWidget ( TSharedRef< FToolElementRegistratio..., TSharedPtr< FToolElementRegistratio..., bool bUpdateRegistrationArgs ) | Generates the widget for the tool element denoted by the FToolElementRegistrationKey, using the specified TSharedPtr |
FToolElement... | Get () | |
TSharedPtr< ... | GetToolElementSP ( FToolElementRegistrationKey& ToolE... ) | Gets the TSharedPtr |
void | RegisterElement ( const TSharedRef< FToolElement > To... ) | Registers the FToolElement ToolElement |
void | UnregisterElement ( const TSharedRef< FToolElement > To... ) | Unregisters the FToolElement ToolElement |