Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Experimental/GeometryFlow/Source/GeometryFlowCore/Public/GeometryFlowGraph.h |
Include |
#include "GeometryFlowGraph.h" |
namespace UE
{
namespace GeometryFlow
{
enum ENodeCachingStrategy
{
Default = 0,
AlwaysCache = 1,
NeverCache = 2,
}
}
}
Name |
Description |
---|---|
Default |
|
AlwaysCache |
|
NeverCache |
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?)