MCPcopy Create free account
hub / github.com/MothCocoon/FlowGraph / GetDynamicTitleColor

Method GetDynamicTitleColor

Source/Flow/Private/Nodes/FlowNodeBase.cpp:647–657  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

645}
646
647bool UFlowNodeBase::GetDynamicTitleColor(FLinearColor& OutColor) const
648{
649 // Legacy asset support for NodeStyle == EFlowNodeStyle::Custom
650 if (NodeDisplayStyle == FlowNodeStyle::Custom || NodeStyle == EFlowNodeStyle::Custom)
651 {
652 OutColor = NodeColor;
653 return true;
654 }
655
656 return false;
657}
658
659FText UFlowNodeBase::GetGeneratedDisplayName() const
660{

Callers 1

GetNodeTitleColorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected