Navigation
API > API/Runtime > API/Runtime/TypedElementRuntime
Non-templated base class for the interface customization registry.
| Name | FTypedElementInterfaceCustomizationRegistryBase |
| Type | class |
| Header File | /Engine/Source/Runtime/TypedElementRuntime/Public/Elements/Framework/TypedElementInterfaceCustomization.h |
| Include Path | #include "Elements/Framework/TypedElementInterfaceCustomization.h" |
Syntax
class FTypedElementInterfaceCustomizationRegistryBase
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FTypedElementInterfaceCustomizationRegistryBase() |
Elements/Framework/TypedElementInterfaceCustomization.h |
Functions
Public
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTypedHandleTypeId GetElementTypeIdFromName
(
const FName InElementTypeName |
Given an element name, attempt to get its registered type ID from the global registry. | Elements/Framework/TypedElementInterfaceCustomization.h | |
FTypedHandleTypeId GetElementTypeIdFromNameChecked
(
const FName InElementTypeName |
Given an element name, attempt to get its registered type ID from the global registry. | Elements/Framework/TypedElementInterfaceCustomization.h |