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 FMappingOneToMany
Remarks
Represents a mapping between two graphs where each vertex in a source graph maps to multiple vertices in a target graph. The length of Mapping is the number of vertices in the source graph and the contents of each mapping are vertices in the target graph. Buffer stores the contents of all array views in Mapping. e.g. a mapping between the vertices in a condensation graph and the original cyclic graph it was generated from.
Variables
Constructors
| Type | Name | Description | |
|---|---|---|---|
FMappingOneToMany
(
const FMappingOneToMany& |
Copy construction not implemented as buffers may be very large and expensive to copy. | ||
Functions
| Type | Name | Description | |
|---|---|---|---|
| SIZE_T |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FMappingOneToMany & | operator=
(
const FMappingOneToMany& |
||
| FMappingOneToMany & | operator=
(
FMappingOneToMany&& |