Navigation
API > API/Plugins > API/Plugins/CustomizableObject > API/Plugins/CustomizableObject/MuCO > API/Plugins/CustomizableObject/MuCO/UCustomizableObjectExtension
References
| Module | CustomizableObject |
| Header | /Engine/Plugins/Mutable/Source/CustomizableObject/Public/MuCO/CustomizableObjectExtension.h |
| Include | #include "MuCO/CustomizableObjectExtension.h" |
virtual void OnSkeletalMeshCreated
(
const TArray < FInputPinDataContainer > & InputPinData,
int32 ObjectComponentIndex,
USkeletalMesh * SkeletalMesh
) const
Remarks
Called when a Skeletal Mesh asset is created
Parameters
| Name | Description |
|---|---|
| InputPinData | The data for only the input pins registered by this extension. This helps to enforce separation between the extensions, so that they don't depend on each other. |
| ObjectComponentIndex | The component index of the Skeletal Mesh, for the case where the pin data is associated with a particular component. |
| SkeletalMesh | The Skeletal Mesh that was created. |