Navigation
API > API/Runtime > API/Runtime/TypedElementRuntime > API/Runtime/TypedElementRuntime/TTypedElementInterfaceCustomizat-
Description
Get the interface customization for the given element type.
If bAllowFallback is true, then this will return the default interface customization if no override is present, otherwise it will return null.
| Name | GetInterfaceCustomizationByTypeName |
| Type | function |
| Header File | /Engine/Source/Runtime/TypedElementRuntime/Public/Elements/Framework/TypedElementInterfaceCustomization.h |
| Include Path | #include "Elements/Framework/TypedElementInterfaceCustomization.h" |
CustomizationBaseType * GetInterfaceCustomizationByTypeName
(
const FName InElementTypeName,
const bool bAllowFallback
) const