Navigation
API > API/Plugins > API/Plugins/RigLogicMutable
Inheritance Hierarchy
- UObject
- UCustomizableObjectExtension
- URigLogicMutableExtension
References
| Module | RigLogicMutable |
| Header | /Engine/Plugins/Experimental/RigLogicMutable/Source/RigLogicMutable/Public/RigLogicMutableExtension.h |
| Include | #include "RigLogicMutableExtension.h" |
Syntax
UCLASS (MinimalAPI)
class URigLogicMutableExtension : public UCustomizableObjectExtension
Remarks
An extension for Mutable that allows users to bring RigLogic DNA into their Customizable Objects
Functions
| Type | Name | Description | |
|---|---|---|---|
| UDNAAsset * | CopyDNAAsset
(
const UDNAAsset* Source, |
Makes a copy of the Source asset and returns it.The copy's Outer will be set to OuterForCopy. |
Overridden from UCustomizableObjectExtension
| Type | Name | Description | |
|---|---|---|---|
| TArray< FObjectNodeInputPin > | Returns the pins that this extension adds to Object nodes | ||
| TArray< FCustomizableObjectPinType > | GetPinTypes () |
UCustomizableObjectExtension interface | |
| void | OnSkeletalMeshCreated
(
const TArray< FInputPinDataContainer >& InputPinData, |
Called when a Skeletal Mesh asset is created |
Constants
| Name | Description |
|---|---|
| DNABaseNodePinName | |
| DNANodeCategory | |
| DNAPinType |