Navigation
Unreal Engine C++ API Reference > Runtime > Engine > EdGraph > UEdGraphSchema
- UEdGraphSchema::GetPinTypeColor()
- UReferenceViewerSchema::GetPinTypeColor()
- UDataflowSchema::GetPinTypeColor()
- UControlRigGraphSchema::GetPinTypeColor()
- UAnimationGraphSchema::GetPinTypeColor()
- UConversationGraphSchema::GetPinTypeColor()
- UEdGraphSchema_BehaviorTree::GetPinTypeColor()
- USoundClassGraphSchema::GetPinTypeColor()
- UEdGraphSchema_BehaviorTreeDecorator::GetPinTypeColor()
- UAnimationStateMachineSchema::GetPinTypeColor()
- UEdGraphSchema_Niagara::GetPinTypeColor()
- UAIGraphSchema::GetPinTypeColor()
- UConversationGraphSchema::GetPinTypeColor()
- UEdGraphSchema_BehaviorTree::GetPinTypeColor()
- UEdGraphSchema_CustomizableObject::GetPinTypeColor()
- USoundSubmixGraphSchema::GetPinTypeColor()
- USoundCueGraphSchema::GetPinTypeColor()
- URigVMEdGraphSchema::GetPinTypeColor()
- UControlRigGraphSchema::GetPinTypeColor()
- UMaterialGraphSchema::GetPinTypeColor()
- UMetasoundEditorGraphSchema::GetPinTypeColor()
- UEdGraphSchema_K2::GetPinTypeColor()
- UAnimationGraphSchema::GetPinTypeColor()
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphSchema.h |
Include | #include "EdGraph/EdGraphSchema.h" |
virtual FLinearColor GetPinTypeColor
&40;
const FEdGraphPinType & PinType
&41; const
Remarks
Gets the draw color of a pin based on it's type. The color representing the passed in type.
Parameters
Name | Description |
---|---|
PinType | The type to convert into a color. |