Navigation
API > API/Plugins > API/Plugins/ConcertSyncCore
Classes
| Type | Name | Description | |
|---|---|---|---|
| FActivityDependencyEdge | Describes a dependency from one activity to an earlier activity. | ||
| FActivityDependencyGraph | The graph models activities as nodes and dependencies to activities as edges. | ||
| FActivityNode | A node corresponds to an activity and can depend on preceding activity | ||
| FActivityNodeID | Enforces type-safe usage of IDs by avoiding implicit conversions. | ||
| FHistoryAnalysisResult | Describes the activities that must be considered when deleting an activity | ||
| FOperationErrorResult |
Typedefs
| Name | Description |
|---|---|
| FGetEdgeStyle | Style of the edge which is printed right after an edge, e.g. TEXT("[fillcolor="#a6cee3" color="#1f78b4" label="Edge label"]") (see above) |
| FGetNodeStyle | Style of the node which is printed right after the name, e.g. TEXT("[shape="ellipse" style="filled" fillcolor="#1f77b4"]") (see above) |
| FGraphStringBuilder | Graphviz syntax: |
| FMakeNodeTitle | Name of node without quotes, e.g. TEXT("start node name") (see above) |
| FStringifyEdge | |
| FStringifyNode |
Enums
| Type | Name | Description | |
|---|---|---|---|
| UE::ConcertSyncCore::EActivityDependencyReason | Describes why there is a dependency | ||
| UE::ConcertSyncCore::EActivityNodeFlags | |||
| UE::ConcertSyncCore::EDependencyStrength | |||
| UE::ConcertSyncCore::Graphviz::ENodeTitleFlags |