MCPcopy Create free account
hub / github.com/MrDrElliot/LuminaEngine / GetPin

Method GetPin

Engine/Editor/Source/UI/Tools/NodeGraph/EdGraphNode.cpp:67–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65 }
66
67 void CEdGraphNode::NotifyValueEdited()
68 {
69 if (OwningGraph != nullptr)
70 {
71 OwningGraph->NotifyContentChanged();
72 }
73 }
74
75 FString CEdGraphNode::GetNodeTitleText() const
76 {
77 return FString(GetNodeDisplayName());
78 }
79
80 void CEdGraphNode::DrawNodeTitleBar()
81 {

Callers 2

PostLoadMethod · 0.45
DrawGraphMethod · 0.45

Calls 1

uint32Function · 0.50

Tested by

no test coverage detected