Procedural Dungeon ⏵ Dungeon Blueprint Library ⏵ Subtract (Int Vector)
Subtract (Int Vector)
Class: Dungeon Blueprint Library
Category: Utilities → Operators
Node
C++
FIntVector IntVector_Subtract(const FIntVector& A, const FIntVector& B)
Inputs
| Name | Type | Description |
|---|---|---|
| A | Int Vector Structure (by ref) | |
| B | Int Vector Structure (by ref) |
Outputs
| Name | Type | Description |
|---|---|---|
| Return Value | Int Vector Structure | Int Vector Subtract |