Navigation
API > API/Plugins > API/Plugins/GeometryFlowCore
References
| Module | GeometryFlowCore |
| Header | /Engine/Plugins/Experimental/GeometryFlow/Source/GeometryFlowCore/Public/GeometryFlowGraph.h |
| Include | #include "GeometryFlowGraph.h" |
Syntax
class FGraph
Remarks
TODO:
- internal FNode pointers can be unique ptr?
- parallel evaluation at graph level (pre-pass to collect references?)
Variables
| Type | Name | Description | |
|---|---|---|---|
| TMap< FHandle, TSafeSharedPtr< FRWLock > > | AllNodeLocks | ||
| TMap< FHandle, FNodeInfo > | AllNodes | ||
| TArray< FConnection > | Connections | ||
| ENodeCachingStrategy | DefaultCachingStrategy | ||
| FCriticalSection | EvaluateLock | ||
| int32 | NodeCounter |
Destructors
| Type | Name | Description | |
|---|---|---|---|
~FGraph () |
Functions
Classes
| Type | Name | Description | |
|---|---|---|---|
| FConnection | |||
| FHandle | |||
| FNodeInfo |