Navigation
API > API/Plugins > API/Plugins/GeometryFlowCore
TODO: this needs more work need option to opportunistically cache, ie on multi-use of output, or when we can't re-use anyway (this is currently what NeverCache does?)
| Name | UE::GeometryFlow::ENodeCachingStrategy |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/GeometryFlow/Source/GeometryFlowCore/Public/GeometryFlowGraph.h |
| Include Path | #include "GeometryFlowGraph.h" |
Syntax
namespace UE
{
namespace GeometryFlow
{
enum ENodeCachingStrategy
{
Default = 0,
AlwaysCache = 1,
NeverCache = 2,
}
}
}
Values
| Name | Remarks |
|---|---|
| Default | |
| AlwaysCache | |
| NeverCache |