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