Navigation
API > API/Plugins > API/Plugins/CustomizableObjectEditor > API/Plugins/CustomizableObjectEditor/MuCOE
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UEdGraphSchema
- UEdGraphSchema_CustomizableObject
References
| Module | CustomizableObjectEditor |
| Header | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObjectEditor/Classes/MuCOE/EdGraphSchema_CustomizableObject.h |
| Include | #include "MuCOE/EdGraphSchema_CustomizableObject.h" |
Syntax
UCLASS&40;&41;
class UEdGraphSchema_CustomizableObject : public UEdGraphSchema
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| UEdGraphNode * | AddComment
(
UEdGraph* ParentGraph, |
||
| TSharedPtr< FCustomizableObjectSchemaAction_NewNode > | AddNewNodeAction
(
FGraphActionListBuilderBase& ContextMenuBuilder, |
Utility to create a node creating action | |
| void | GetBreakLinkToSubMenuActions
(
FMenuBuilder& MenuBuilder, |
||
| void | GetContextMenuActionsReconstructAllChildNodes
(
UToolMenu* Menu, |
||
| TSharedPtr< class ICustomizableObjectEditor > | GetCustomizableObjectEditor
(
const UEdGraph* ParentGraph |
||
| const FName & | GetPinCategory
(
EMaterialParameterType Type |
Given a Material parameter type, returns the Mutable pin category. | |
| FText | GetPinCategoryName
(
const FName& PinCategory |
Given a pin category name, get its friendly name (user readable). | |
| FLinearColor | GetPinTypeColor
(
const FName& PinType |
||
| bool | IsSpawnableAsset
(
const FAssetData& InAsset, |
Provided an asset object check if mutable does have a relative node to be able to host this asset's data. |
Overridden from UEdGraphSchema
| Type | Name | Description | |
|---|---|---|---|
| void | BreakPinLinks
(
UEdGraphPin& TargetPin, |
Breaks all links from/to a single pin | |
| void | BreakSinglePinLink
(
UEdGraphPin* SourcePin, |
Breaks the link between two nodes. | |
| const FPinConnectionResponse | CanCreateConnection
(
const UEdGraphPin* A, |
Determine if a connection can be created between two pins. | |
| void | DroppedAssetsOnGraph
(
const TArray< FAssetData >& Assets, |
Called when asset(s) are dropped onto a graph background. | |
| void | GetAssetsGraphHoverMessage
(
const TArray< FAssetData >& Assets, |
Allows schema to generate a tooltip (icon & message) when the specified asset(s) are dragged over the specified graph | |
| void | GetContextMenuActions
(
UToolMenu* Menu, |
Gets actions that should be added to the right-click context menu for a node or pin | |
| void | GetGraphContextActions
(
FGraphContextMenuBuilder& ContextMenuBuilder |
Get all actions that can be performed when right clicking on a graph or drag-releasing on a graph from a pin | |
| FLinearColor | GetPinTypeColor
(
const FEdGraphPinType& PinType |
Gets the draw color of a pin based on it's type. | |
| void | OnPinConnectionDoubleCicked
(
UEdGraphPin* PinA, |
Handles double-clicking on a pin<->pin connection | |
| bool | ShouldHidePinDefaultValue
(
UEdGraphPin* Pin |
If we should disallow viewing and editing of the supplied pin | |
| bool | TryCreateConnection
(
UEdGraphPin* PinA, |
Break non allowed connections once the connection has been created. |
Enums
| Type | Name | Description | |
|---|---|---|---|
| ESpawnableObjectType | TODO: Replace the usage of this enum class with something similar to typeID (not casting) |
Constants
| Name | Description |
|---|---|
| PC_Bool | |
| PC_Color | |
| PC_Enum | |
| PC_Float | |
| PC_GroupProjector | |
| PC_Image | |
| PC_Layout | |
| PC_Material | |
| PC_MaterialAsset | |
| PC_Mesh | |
| PC_Object | Allowable PinType.PinCategory values. |
| PC_PassThroughImage | |
| PC_Projector | |
| PC_Stack | |
| PC_Wildcard |