Navigation
API > API/Plugins > API/Plugins/ControlFlows
Type
typedef TBaseDelegate_OneParam< int32 , TSharedRef < FControlFlowBranch > > FControlFlowBranchDefiner
References
| Module | ControlFlows |
| Header | /Engine/Plugins/Experimental/ControlFlows/Source/ControlFlows/Public/ControlFlowNode.h |
| Include | #include "ControlFlowNode.h" |
Remarks
Would be nice to not force people to use int32 for the branch key, but finding the syntax to get it to work properly proved to be more difficult than it was worth. End result is callers have to cast to an int32.