Navigation
API > API/Plugins > API/Plugins/ConcertSyncCore
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FString UE::ConcertSyncCore::Graphviz::ExportToGraphviz
(
const FActivityDependencyGraph& Graph, |
Calls ExportToGraphviz with the default formatting functions defined above. | HistoryEdition/DebugDependencyGraph.h | |
FString UE::ConcertSyncCore::Graphviz::ExportToGraphviz
(
const FActivityDependencyGraph& Graph, |
Exports the graph in a syntax that Graphviz (see:http://www.graphviz.org/) understands. | HistoryEdition/DebugDependencyGraph.h |
UE::ConcertSyncCore::Graphviz::ExportToGraphviz(const FActivityDependencyGraph &, const FConcertSyncSessionDatabase &, ENodeTitleFlags)
Description
Calls ExportToGraphviz with the default formatting functions defined above.
| Name | UE::ConcertSyncCore::Graphviz::ExportToGraphviz |
| Type | function |
| Header File | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Public/HistoryEdition/DebugDependencyGraph.h |
| Include Path | #include "HistoryEdition/DebugDependencyGraph.h" |
| Source | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Private/HistoryEdition/DebugDependencyGraph.cpp |
namespace UE
{
namespace ConcertSyncCore
{
namespace Graphviz
{
FString UE::ConcertSyncCore::Graphviz::ExportToGraphviz
(
const FActivityDependencyGraph & Graph,
const FConcertSyncSessionDatabase & SessionDatabase,
ENodeTitleFlags NodeTitleFlags
)
}
}
}
UE::ConcertSyncCore::Graphviz::ExportToGraphviz(const FActivityDependencyGraph &, FMakeNodeTitle, FGetNodeStyle, FGetEdgeStyle)
Description
Exports the graph in a syntax that Graphviz (see:http://www.graphviz.org/) understands.
Several online editors exist and can be found by searching for "graphviz online", e.g.
| Name | UE::ConcertSyncCore::Graphviz::ExportToGraphviz |
| Type | function |
| Header File | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Public/HistoryEdition/DebugDependencyGraph.h |
| Include Path | #include "HistoryEdition/DebugDependencyGraph.h" |
| Source | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Private/HistoryEdition/DebugDependencyGraph.cpp |
namespace UE
{
namespace ConcertSyncCore
{
namespace Graphviz
{
FString UE::ConcertSyncCore::Graphviz::ExportToGraphviz
(
const FActivityDependencyGraph & Graph,
FMakeNodeTitle MakeNodeTitleFunc,
FGetNodeStyle GetNodeStyleFunc,
FGetEdgeStyle GetEdgeStyleFunc
)
}
}
}