FGraph::ApplyToNodeOfType

Choose your operating system:

Windows

macOS

Linux

References

Module

GeometryFlowCore

Header

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

Include

#include "GeometryFlowGraph.h"

Syntax

template<typename NodeType>
EGeometryFlowResult ApplyToNodeOfType
(
    FHandle NodeHandle,
    TFunctionRef< void> ApplyFunc
)