Navigation
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 |