Navigation
BlueprintAPI > BlueprintAPI/Interchange > BlueprintAPI/Interchange/Node > BlueprintAPI/Interchange/Node/UserDefinedAttribute
Remove the specified user-defined attribute.
Target is Interchange User Defined Attributes API
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Interchange Node | |
| string | User Defined Attribute Name | The name of the user-defined attribute to remove. |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| boolean | Return Value | True if the attribute exists and was removed, or if the attribute doesn't exist. Returns false if the attribute exists but could not be removed. Note - User-defined attributes are the user custom attributes from the DCC translated node (for example, extra attributes in Maya). The payload key points to an FRichCurve payload. |