MCPcopy Create free account
hub / github.com/NotYetGames/DlgSystem / UpdateGraphNode

Method UpdateGraphNode

Source/DlgSystem/Private/Nodes/DlgNode.cpp:357–362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

355}
356
357void UDlgNode::UpdateGraphNode()
358{
359#if WITH_EDITOR
360 UDlgDialogue::GetDialogueEditorAccess()->UpdateGraphNodeEdges(GraphNode);
361#endif // WITH_EDITOR
362}
363
364void UDlgNode::GetAssociatedParticipants(TArray<FName>& OutArray) const
365{

Callers 1

RebuildAndUpdateNodeMethod · 0.45

Calls 2

GetDialogueEditorAccessFunction · 0.85
UpdateGraphNodeEdgesMethod · 0.80

Tested by

no test coverage detected