FNode::AddOutput

Choose your operating system:

Windows

macOS

Linux

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

void AddOutput
(
    FString Name,
    TUniquePtr< INodeOutput > && Output
)