Pular para o conteúdo
Mídia 1 do anúncio DSGraphExposed

Descrição

DSGraphExposed is an Unreal Engine plugin that implements core graph data structure algorithms — Breadth-First Search (BFS) and Depth-First Search (DFS) , shortest-path, PageRank, and Betweenness Centrality — and exposes them to both C++ and Blueprints. It provides a lightweight, performant graph representation using adjacency lists along with traversal and shortest-path operations that can be called directly from Blueprint graphs.

The plugin addresses a gap in Unreal Engine's built-in containers. There is no native graph data structure available to gameplay programmers. `DSGraphExposed` fills this gap by offering a reflection-compatible graph (`FGraph`) that integrates with UE's property system and a set of algorithm functions accessible through a Blueprint Function Library.

Formatos incluídos