| 681 | } |
| 682 | |
| 683 | void UFlowAsset::AddCustomOutput(const FName& EventName) |
| 684 | { |
| 685 | if (!CustomOutputs.Contains(EventName)) |
| 686 | { |
| 687 | CustomOutputs.Add(EventName); |
| 688 | } |
| 689 | } |
| 690 | |
| 691 | void UFlowAsset::RemoveCustomOutput(const FName& EventName) |
| 692 | { |
nothing calls this directly
no outgoing calls
no test coverage detected