Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Experimental > API/Runtime/Core/Experimental/Graph
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Experimental/Graph/GraphConvert.h |
| Include | #include "Experimental/Graph/GraphConvert.h" |
Syntax
struct FMappingManyToOne
Remarks
Represents a mapping between two graphs where each vertex in a source graph maps to exactly one vertex in a target graph. The mapping is not bidirectionally one-to-one. The length of Mapping is the number of vertices in the source graph and each value is a vertex in the target graph. e.g. a mapping from the vertices in a cyclic graph to the vertices in its condensation graph.
Variables
Constructors
| Type | Name | Description | |
|---|---|---|---|
FMappingManyToOne
(
const FMappingManyToOne& |
|||
Functions
| Type | Name | Description | |
|---|---|---|---|
| SIZE_T |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FMappingManyToOne & | operator=
(
const FMappingManyToOne& |
||
| FMappingManyToOne & | operator=
(
FMappingManyToOne&& |