Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Experimental
Classes
| Type | Name | Description | |
|---|---|---|---|
| FGraph | Convenience structure for storing a graph in edge list form. | ||
| FMappingManyToOne | Represents a mapping between two graphs where each vertex in a source graph maps to exactly one vertex in a target graph. | ||
| FMappingOneToMany | Represents a mapping between two graphs where each vertex in a source graph maps to multiple vertices in a target graph. |
Typedefs
| Name | Description |
|---|---|
| FVertex |
Enums
| Type | Name | Description | |
|---|---|---|---|
| UE::Graph::EConvertToGraphOptions |
Functions
| Type | Name | Description | |
|---|---|---|---|
| *It must return the TargetKeys that are pointed to from the directed edges from Key TargetKeys t... | UE::Graph::ConvertToGraph
(
const RangeType& UniqueKeys, |
||
| FGraph | UE::Graph::ConvertToSingleBufferGraph
(
RangeType Graph, |
Convert an array of separately allocated edge ranges into a single buffer shared by all vertices and an edge graph of arrayviews into that buffer. | |
| FGraph | UE::Graph::ConvertToSingleBufferGraph
(
RangeType&& Graph, |
Convert an array of separately allocated edge ranges into a single buffer shared by all vertices and an edge graph of arrayviews into that buffer. | |
| *It must return the TargetKeys that are pointed to from the directed edges from Key TargetKeys t... | UE::Graph::for
(
begin() and end() |
||
| *const RangeType< KeyType > & | UE::Graph::GetKeyEdges
(
const KeyType& Key |
Convert an array of Keys and a function that returns the directed edges from each Key into the Normalized Graph Form. | |
| constexpr bool | |||
| constexpr EConvertToGraphOptions | |||
| EConvertToGraphOptions & | |||
| constexpr EConvertToGraphOptions | |||
| EConvertToGraphOptions & | |||
| constexpr EConvertToGraphOptions | |||
| EConvertToGraphOptions & | |||
| constexpr EConvertToGraphOptions |