Navigation
API > API/Plugins > API/Plugins/GeometryFlowCore > API/Plugins/GeometryFlowCore/TSwitchNode
Description
This function is used to update the Input Index, ie select which Output will be provided. This function always Invalidates the Output if the Index was changed.
| Name | UpdateSwitchInputIndex |
| Type | function |
| Header File | /Engine/Plugins/Experimental/GeometryFlow/Source/GeometryFlowCore/Public/BaseNodes/SwitchNode.h |
| Include Path | #include "BaseNodes/SwitchNode.h" |
virtual void UpdateSwitchInputIndex
(
const int32 & NewSwitchIndex
)