Navigation
API > API/Plugins > API/Plugins/GeometryFlowCore
References
| Module | GeometryFlowCore |
| Header | /Engine/Plugins/Experimental/GeometryFlow/Source/GeometryFlowCore/Public/GeometryFlowGraphUtil.h |
| Include | #include "GeometryFlowGraphUtil.h" |
namespace UE
{
namespace GeometryFlow
{
template<typename SwitchNodeType>
void UE::GeometryFlow::UpdateSwitchNodeInputIndex
(
FGraph & Graph,
FGraph::FHandle NodeHandle,
int32 NewSwitchIndex
)
}
}
Remarks
Update the integer index that controls which Input to a TSwitchNode will be provided as it's Output.