Navigation
API > API/Plugins > API/Plugins/GeometryFlowCore > API/Plugins/GeometryFlowCore/FNode
Description
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.
Derived Overrides
| Name | CollectRequirements |
| Type | function |
| Header File | /Engine/Plugins/Experimental/GeometryFlow/Source/GeometryFlowCore/Public/GeometryFlowNode.h |
| Include Path | #include "GeometryFlowNode.h" |
| Source | /Engine/Plugins/Experimental/GeometryFlow/Source/GeometryFlowCore/Private/GeometryFlowNode.cpp |
virtual void CollectRequirements
(
const TArray < FString > & Outputs,
TArray < FEvalRequirement > & RequiredInputsOut
)