Navigation
Unreal Engine C++ API Reference > Developer > WidgetRegistration > FToolElement
References
Module | WidgetRegistration |
Header | /Engine/Source/Developer/WidgetRegistration/Public/ToolElementRegistry.h |
Include | #include "ToolElementRegistry.h" |
Source | /Engine/Source/Developer/WidgetRegistration/Private/ToolElementRegistry.cpp |
void SetRegistrationArgs ( [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [FToolElementRegistrationArgs](API\Developer\WidgetRegistration\FToolElementRegistrationArgs) > RegistrationArgs )
Remarks
Sets the FToolElementRegistrationArgs for the this tool element to RegistrationArgs
Parameters
Name | Description |
---|---|
RegistrationArgs | the FToolElementRegistrationArgs for the this tool element |