Navigation
API > API/Plugins > API/Plugins/CustomizableObjectEditor
| Name | UEdGraphSchema_CustomizableObject |
| Type | class |
| Header File | /Engine/Plugins/Mutable/Source/CustomizableObjectEditor/Public/MuCOE/EdGraphSchema_CustomizableObject.h |
| Include Path | #include "MuCOE/EdGraphSchema_CustomizableObject.h" |
Syntax
UCLASS (MinimalAPI)
class UEdGraphSchema_CustomizableObject : public UEdGraphSchema
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UEdGraphSchema → UEdGraphSchema_CustomizableObject
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| NC_Experimental | const FText | Node categories. | MuCOE/EdGraphSchema_CustomizableObject.h |
| NC_Material | const FText | MuCOE/EdGraphSchema_CustomizableObject.h | |
| PC_Bool | const FName | MuCOE/EdGraphSchema_CustomizableObject.h | |
| PC_Color | const FName | MuCOE/EdGraphSchema_CustomizableObject.h | |
| PC_Component | const FName | MuCOE/EdGraphSchema_CustomizableObject.h | |
| PC_Enum | const FName | MuCOE/EdGraphSchema_CustomizableObject.h | |
| PC_Float | const FName | MuCOE/EdGraphSchema_CustomizableObject.h | |
| PC_GroupProjector | const FName | MuCOE/EdGraphSchema_CustomizableObject.h | |
| PC_Material | const FName | MuCOE/EdGraphSchema_CustomizableObject.h | |
| PC_Mesh | const FName | MuCOE/EdGraphSchema_CustomizableObject.h | |
| PC_MeshSection | const FName | MuCOE/EdGraphSchema_CustomizableObject.h | |
| PC_Modifier | const FName | MuCOE/EdGraphSchema_CustomizableObject.h | |
| PC_Object | const FName | Allowable PinType.PinCategory values. | MuCOE/EdGraphSchema_CustomizableObject.h |
| PC_PassthroughSkeletalMesh | const FName | MuCOE/EdGraphSchema_CustomizableObject.h | |
| PC_PassthroughTexture | const FName | MuCOE/EdGraphSchema_CustomizableObject.h | |
| PC_PoseAsset | const FName | MuCOE/EdGraphSchema_CustomizableObject.h | |
| PC_Projector | const FName | MuCOE/EdGraphSchema_CustomizableObject.h | |
| PC_SkeletalMesh | const FName | MuCOE/EdGraphSchema_CustomizableObject.h | |
| PC_Stack | const FName | MuCOE/EdGraphSchema_CustomizableObject.h | |
| PC_String | const FName | MuCOE/EdGraphSchema_CustomizableObject.h | |
| PC_Texture | const FName | MuCOE/EdGraphSchema_CustomizableObject.h | |
| PC_Transform | const FName | MuCOE/EdGraphSchema_CustomizableObject.h | |
| PC_Wildcard | const FName | MuCOE/EdGraphSchema_CustomizableObject.h | |
| SupportedMacroPinTypes | const TArray< FName > | MuCOE/EdGraphSchema_CustomizableObject.h |
Functions
Public
Overridden from UEdGraphSchema
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void BreakNodeLinks
(
UEdGraphNode& TargetNode |
MuCOE/EdGraphSchema_CustomizableObject.h | ||
virtual void BreakPinLinks
(
UEdGraphPin& TargetPin, |
MuCOE/EdGraphSchema_CustomizableObject.h | ||
virtual void BreakSinglePinLink
(
UEdGraphPin* SourcePin, |
MuCOE/EdGraphSchema_CustomizableObject.h | ||
virtual const FPinConnectionResponse CanCreateConnection
(
const UEdGraphPin* A, |
MuCOE/EdGraphSchema_CustomizableObject.h | ||
virtual FConnectionDrawingPolicy * CreateConnectionDrawingPolicy
(
int32 InBackLayerID, |
MuCOE/EdGraphSchema_CustomizableObject.h | ||
virtual void DroppedAssetsOnGraph
(
const TArray< FAssetData >& Assets, |
MuCOE/EdGraphSchema_CustomizableObject.h | ||
virtual void GetAssetsGraphHoverMessage
(
const TArray< FAssetData >& Assets, |
MuCOE/EdGraphSchema_CustomizableObject.h | ||
virtual void GetContextMenuActions
(
UToolMenu* Menu, |
MuCOE/EdGraphSchema_CustomizableObject.h | ||
virtual void GetGraphContextActions
(
FGraphContextMenuBuilder& ContextMenuBuilder |
MuCOE/EdGraphSchema_CustomizableObject.h | ||
virtual FLinearColor GetPinTypeColor
(
const FEdGraphPinType& PinType |
MuCOE/EdGraphSchema_CustomizableObject.h | ||
virtual FPinConnectionResponse MovePinLinks
(
UEdGraphPin& MoveFromPin, |
MuCOE/EdGraphSchema_CustomizableObject.h | ||
virtual void OnPinConnectionDoubleCicked
(
UEdGraphPin* PinA, |
MuCOE/EdGraphSchema_CustomizableObject.h | ||
virtual bool ShouldHidePinDefaultValue
(
UEdGraphPin* Pin |
MuCOE/EdGraphSchema_CustomizableObject.h | ||
virtual bool TryCreateConnection
(
UEdGraphPin* PinA, |
MuCOE/EdGraphSchema_CustomizableObject.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| MuCOE/EdGraphSchema_CustomizableObject.h | |||
| MuCOE/EdGraphSchema_CustomizableObject.h | |||
static FLinearColor GetPinTypeColor
(
const FName& PinType |
MuCOE/EdGraphSchema_CustomizableObject.h | ||
static bool IsPassthrough
(
const FName& PinCategory |
MuCOE/EdGraphSchema_CustomizableObject.h | ||
static TSharedPtr< IAssetReferenceFilter > MakeAssetReferenceFilter
(
const UEdGraph* Graph |
MuCOE/EdGraphSchema_CustomizableObject.h |