Choose your operating system:
Windows
macOS
Linux
| FNode::CollectRequirements()
|
Module |
|
Header |
/Engine/Plugins/Experimental/GeometryFlow/Source/GeometryFlowCore/Public/GeometryFlowNode.h |
Include |
#include "GeometryFlowNode.h" |
Source |
/Engine/Plugins/Experimental/GeometryFlow/Source/GeometryFlowCore/Private/GeometryFlowNode.cpp |
virtual void CollectRequirements
(
const TArray< FString > & Outputs,
TArray< FEvalRequirement > & RequiredInputsOut
)
Find the list of named inputs that must be available to compute the named Outputs. By default will return all Inputs if any of the listed Outputs exists on this Node.