Navigation
API > API/Plugins > API/Plugins/CustomizableObject > API/Plugins/CustomizableObject/MuCO > API/Plugins/CustomizableObject/MuCO/UCustomizableObjectExtension
References
| Module | CustomizableObject |
| Header | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObject/Classes/MuCO/CustomizableObjectExtension.h |
| Include | #include "MuCO/CustomizableObjectExtension.h" |
virtual void OnSkeletalMeshCreated
&40;
const TArray< FInputPinDataContainer > & InputPinData,
int32 ComponentIndex,
USkeletalMesh &42; SkeletalMesh
&41; 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. |
| ComponentIndex | 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. |