Unreal Engine Blueprint API Reference > Math > Integer
If bPickA is true, A is returned, otherwise B is
Target is Kismet Math Library
Inputs
Type | Name | Description |
---|---|---|
integer | A | |
integer | B | |
boolean | Pick A |
Outputs
Type | Name | Description |
---|---|---|
integer | Return Value | If bPickA is true, A is returned, otherwise B is |