FNode::CollectRequirements

Find the list of named inputs that must be available to compute the named Outputs.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

References

Module

GeometryFlowCore

Header

/Engine/Plugins/Experimental/GeometryFlow/Source/GeometryFlowCore/Public/GeometryFlowNode.h

Include

#include "GeometryFlowNode.h"

Source

/Engine/Plugins/Experimental/GeometryFlow/Source/GeometryFlowCore/Private/GeometryFlowNode.cpp

Syntax

virtual void CollectRequirements
(
    const TArray< FString > & Outputs,
    TArray< FEvalRequirement > & RequiredInputsOut
)

Remarks

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.