Navigation
API > API/Runtime > API/Runtime/Core
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.
| Name | FMappingManyToOne |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Experimental/Graph/GraphConvert.h |
| Include Path | #include "Experimental/Graph/GraphConvert.h" |
Syntax
struct FMappingManyToOne
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Experimental/Graph/GraphConvert.h | |||
FMappingManyToOne
(
const FMappingManyToOne& |
Experimental/Graph/GraphConvert.h | ||
| Experimental/Graph/GraphConvert.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Mapping | TArray< FVertex > | Experimental/Graph/GraphConvert.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
SIZE_T GetAllocatedSize() |
Experimental/Graph/GraphConvert.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMappingManyToOne & operator=
(
const FMappingManyToOne& |
Experimental/Graph/GraphConvert.h | ||
| Experimental/Graph/GraphConvert.h |