FToolElementRegistrationKey

Serves as a key into the [FToolElementRegistry](API\Developer\WidgetRegistration\FToolElementRegistry) of FToolElements

Unreal Engine C++ API Reference > Developer > WidgetRegistration

Inheritance Hierarchy

References

   
Module WidgetRegistration
Header /Engine/Source/Developer/WidgetRegistration/Public/ToolElementRegistry.h
Include #include "ToolElementRegistry.h"

Syntax

class FToolElementRegistrationKey : public [TSharedFromThis< FToolElementRegistrationKey >](API\Runtime\Core\Templates\TSharedFromThis)  

Remarks

Serves as a key into the FToolElementRegistry of FToolElements

Variables

Type Name Description
FName Name The FName that will be part of the compound key for the FToolElement this denotes
EToolElement ToolElementType The EToolElementType that will be part of the compound key for the FToolElement this denotes

Constructors

Type Name Description
  FToolElementRegistrationKey ( FName InName, EToolElement InToolElementType ) Constructor for FToolElementRegistrationKey.

Functions

Type Name Description
FString GetKeyString ()  

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library