FToolElementRegistrationKey::FToolElementRegistrationKey

Constructor for [FToolElementRegistrationKey](API\Developer\WidgetRegistration\FToolElementRegistrationKey).

Unreal Engine C++ API Reference > Developer > WidgetRegistration > FToolElementRegistrationKey

References

   
Module WidgetRegistration
Header /Engine/Source/Developer/WidgetRegistration/Public/ToolElementRegistry.h
Include #include "ToolElementRegistry.h"
Source /Engine/Source/Developer/WidgetRegistration/Private/ToolElementRegistry.cpp
FToolElementRegistrationKey
(
    [FName](API\Runtime\Core\UObject\FName) InName,
    EToolElement InToolElementType
)

Remarks

Constructor for FToolElementRegistrationKey.

Parameters

Name Description
InName the FName that will be part of the compound key for the FToolElement this denotes
InToolElementType the EToolElementType that will be part of the compound key for the FToolElement this denotes

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library