UEdGraphSchema_Niagara::GetPinTypeColor

Gets the draw color of a pin based on it's type.

Windows
MacOS
Linux

Override Hierarchy

UEdGraphSchema::GetPinTypeColor()

UEdGraphSchema_Niagara::GetPinTypeColor()

References

Module

NiagaraEditor

Header

/Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/EdGraphSchema_Niagara.h

Include

#include "EdGraphSchema_Niagara.h"

Source

/Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Private/EdGraphSchema_Niagara.cpp

Syntax

virtual FLinearColor GetPinTypeColor
(
    const FEdGraphPinType & PinType
) const

Remarks

Gets the draw color of a pin based on it's type.

Returns

The color representing the passed in type.

Parameters

Parameter

Description

PinType

The type to convert into a color.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss