Navigation
API > API/Plugins > API/Plugins/ConcertSyncCore > API/Plugins/ConcertSyncCore/HistoryEdition
Type
typedef TStringBuilder < 512 > FGraphStringBuilder
References
| Module | ConcertSyncCore |
| Header | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Public/HistoryEdition/DebugDependencyGraph.h |
| Include | #include "HistoryEdition/DebugDependencyGraph.h" |
Remarks
Graphviz syntax:
strict digraph { "start node name" [shape="ellipse" style="filled" fillcolor="#1f77b4"] "end node name" [shape="polygon" style="filled" fillcolor="#ff7f0e"] "start node name" -> "end node name" [fillcolor="#a6cee3" color="#1f78b4" label="Edge label"] }