FToolElement::SetRegistrationArgs

Sets the [FToolElementRegistrationArgs](API\Developer\WidgetRegistration\FToolElementRegistrationArgs) for the this tool element to RegistrationArgs

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

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library