![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <GraphConvert.h>
Public Member Functions | |
| FMappingManyToOne ()=default | |
| FMappingManyToOne (const FMappingManyToOne &)=default | |
| FMappingManyToOne & | operator= (const FMappingManyToOne &)=default |
| FMappingManyToOne (FMappingManyToOne &&)=default | |
| FMappingManyToOne & | operator= (FMappingManyToOne &&)=default |
| SIZE_T | GetAllocatedSize () const |
Public Attributes | |
| TArray< FVertex > | Mapping |
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.
|
default |
|
default |
|
default |
|
inline |
|
default |
|
default |