Navigation
API > API/Plugins > API/Plugins/CustomizableObject > API/Plugins/CustomizableObject/ICustomizableObjectModule
Description
The results from these functions should only reference extensions that are still valid.
If one of these functions returns data with an invalid weak pointer to a UCustomizableObjectExtension, it means that the extension was unloaded without calling UnregisterExtension.
| Name | GetExtendedPinTypes |
| Type | function |
| Header File | /Engine/Plugins/Mutable/Source/CustomizableObject/Public/MuCO/ICustomizableObjectModule.h |
| Include Path | #include "MuCO/ICustomizableObjectModule.h" |
TArrayView < const FRegisteredCustomizableObjectPinType > GetExtendedPinTypes() const