Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/FDirectedGraph
| |
|
| Name |
FDepthFirstSearch |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/MovieScene/Public/EntitySystem/MovieSceneEntitySystemDirectedGraph.h |
| Include Path |
#include "EntitySystem/MovieSceneEntitySystemDirectedGraph.h" |
Syntax
struct FDepthFirstSearch
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
EntitySystem/MovieSceneEntitySystemDirectedGraph.h |
|
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| PostNodes |
TArray< uint16 > |
|
EntitySystem/MovieSceneEntitySystemDirectedGraph.h |
|
Protected
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| Graph |
const FDirectedGraph * |
|
EntitySystem/MovieSceneEntitySystemDirectedGraph.h |
|
| IsVisiting |
TBitArray |
|
EntitySystem/MovieSceneEntitySystemDirectedGraph.h |
|
| Visited |
TBitArray |
|
EntitySystem/MovieSceneEntitySystemDirectedGraph.h |
|
Functions
Public
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
EntitySystem/MovieSceneEntitySystemDirectedGraph.h |
|
void Search
(
uint16 Node
)
|
|
EntitySystem/MovieSceneEntitySystemDirectedGraph.h |
|